|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>java.library.path</name>
|
|
<name>java.library.path</name>
|
|
- <value>/usr/local/lib:/opt/local/lib:/usr/lib:/usr/hdp/current/storm/lib</value>
|
|
|
|
|
|
+ <value>/usr/local/lib:/opt/local/lib:/usr/lib:/usr/hdp/current/storm-client/lib</value>
|
|
<description>This value is passed to spawned JVMs (e.g., Nimbus, Supervisor, and Workers)
|
|
<description>This value is passed to spawned JVMs (e.g., Nimbus, Supervisor, and Workers)
|
|
for the java.library.path value. java.library.path tells the JVM where
|
|
for the java.library.path value. java.library.path tells the JVM where
|
|
to look for native libraries. It is necessary to set this config correctly since
|
|
to look for native libraries. It is necessary to set this config correctly since
|
|
@@ -51,13 +51,13 @@
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>nimbus.childopts</name>
|
|
<name>nimbus.childopts</name>
|
|
- <value>-Xmx1024m _JAAS_PLACEHOLDER -javaagent:/usr/hdp/current/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8649,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Nimbus_JVM</value>
|
|
|
|
|
|
+ <value>-Xmx1024m _JAAS_PLACEHOLDER -javaagent:/usr/hdp/current/storm-nimbus/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8649,wireformat31x=true,mode=multicast,config=/usr/hdp-nimbus/current/storm-client/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.</description>
|
|
<description>This parameter is used by the storm-deploy project to configure the jvm options for the nimbus daemon.</description>
|
|
</property>
|
|
</property>
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>worker.childopts</name>
|
|
<name>worker.childopts</name>
|
|
- <value>-Xmx768m _JAAS_PLACEHOLDER -javaagent:/usr/hdp/current/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Worker_%ID%_JVM</value>
|
|
|
|
|
|
+ <value>-Xmx768m _JAAS_PLACEHOLDER -javaagent:/usr/hdp/current/storm-client/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm-client/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>
|
|
<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>
|
|
|
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
<property>
|
|
<property>
|
|
<name>supervisor.childopts</name>
|
|
<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/hdp/current/storm/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Supervisor_JVM</value>
|
|
|
|
|
|
+ <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/hdp/current/storm-supervisor/contrib/storm-jmxetric/lib/jmxetric-1.0.4.jar=host=localhost,port=8650,wireformat31x=true,mode=multicast,config=/usr/hdp/current/storm-supervisor/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>
|
|
<description>This parameter is used by the storm-deploy project to configure the jvm options for the supervisor daemon.</description>
|
|
</property>
|
|
</property>
|
|
|
|
|