|
@@ -1,83 +0,0 @@
|
|
|
-<?xml version="1.0"?>
|
|
|
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
-<!--
|
|
|
-/**
|
|
|
- * Licensed to the Apache Software Foundation (ASF) under one
|
|
|
- * or more contributor license agreements. See the NOTICE file
|
|
|
- * distributed with this work for additional information
|
|
|
- * regarding copyright ownership. The ASF licenses this file
|
|
|
- * to you under the Apache License, Version 2.0 (the
|
|
|
- * "License"); you may not use this file except in compliance
|
|
|
- * with the License. You may obtain a copy of the License at
|
|
|
- *
|
|
|
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
- *
|
|
|
- * Unless required by applicable law or agreed to in writing, software
|
|
|
- * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
- * See the License for the specific language governing permissions and
|
|
|
- * limitations under the License.
|
|
|
- */
|
|
|
--->
|
|
|
-
|
|
|
-<configuration supports_final="true">
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>storm.thrift.transport</name>
|
|
|
- <deleted>true</deleted>
|
|
|
- <description>This is calculated field that is based of security state and _storm.thrift.nonsecure.transport and _storm.thrift.secure.transport
|
|
|
- </description>
|
|
|
- </property>
|
|
|
- <property>
|
|
|
- <name>_storm.thrift.nonsecure.transport</name>
|
|
|
- <value>backtype.storm.security.auth.SimpleTransportPlugin</value>
|
|
|
- <description>The transport plug-in that used for non-secure mode for for Thrift client/server communication.</description>
|
|
|
- </property>
|
|
|
- <property>
|
|
|
- <name>_storm.thrift.secure.transport</name>
|
|
|
- <value>backtype.storm.security.auth.kerberos.KerberosSaslTransportPlugin</value>
|
|
|
- <description>The transport plug-in that used for secure mode for Thrift client/server communication.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>nimbus.childopts</name>
|
|
|
- <value>-Xmx1024m _JAAS_PLACEHOLDER -javaagent:/usr/lib/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8649,wireformat31x=true,mode=multicast,config=/usr/lib/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Nimbus_JVM</value>
|
|
|
- <description>
|
|
|
- This parameter is used by the storm-deploy project to configure the jvm options for the
|
|
|
- nimbus daemon. _JAAS_PLACEHOLDER will be replaced by -Djava.security.auth.login.config=path/to/jaas.conf
|
|
|
- when security is enabled and empty string otherwise
|
|
|
- </description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>worker.childopts</name>
|
|
|
- <value>-Xmx768m _JAAS_PLACEHOLDER -javaagent:/usr/lib/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/lib/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Worker_%ID%_JVM</value>
|
|
|
- <description>The jvm opts provided to workers launched by this supervisor. All \"%ID%\" substrings are replaced with an identifier for this worker.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>ui.childopts</name>
|
|
|
- <value>-Xmx768m _JAAS_PLACEHOLDER</value>
|
|
|
- <description>Childopts for Storm UI Java process.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>supervisor.childopts</name>
|
|
|
- <value>-Xmx256m _JAAS_PLACEHOLDER -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=56431 -javaagent:/usr/lib/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/lib/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Supervisor_JVM</value>
|
|
|
- <description>This parameter is used by the storm-deploy project to configure the jvm options for the supervisor daemon.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>logviewer.childopts</name>
|
|
|
- <value>-Xmx128m _JAAS_PLACEHOLDER</value>
|
|
|
- <description>Childopts for log viewer java process.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
- <property>
|
|
|
- <name>drpc.childopts</name>
|
|
|
- <value>-Xmx768m _JAAS_PLACEHOLDER</value>
|
|
|
- <description>Childopts for Storm DRPC Java process.</description>
|
|
|
- </property>
|
|
|
-
|
|
|
-
|
|
|
-</configuration>
|