Repository: ambari Updated Branches: refs/heads/trunk 10e58173e -> fb6ae2c19
AMBARI-12936 Update the 2.1 -> 2.3 UpgradeCatalog to include three Storm properties (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fb6ae2c1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fb6ae2c1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fb6ae2c1 Branch: refs/heads/trunk Commit: fb6ae2c19950ccdf091b110e5c71d92b0491d940 Parents: 10e5817 Author: Dmytro Sen <[email protected]> Authored: Mon Aug 31 16:21:00 2015 +0300 Committer: Dmytro Sen <[email protected]> Committed: Mon Aug 31 16:21:00 2015 +0300 ---------------------------------------------------------------------- .../resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fb6ae2c1/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json index 75092f3..9d2fcd1 100644 --- a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json +++ b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json @@ -51,6 +51,11 @@ } }, "properties": { + "storm-site": { + "supervisor.childopts": "-Xmx256m _JAAS_PLACEHOLDER -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port={{jmxremote_port}} -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", + "nimbus.childopts": "-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/current/storm-nimbus/contrib/storm-jmxetric/conf/jmxetric-conf.xml,process=Nimbus_JVM", + "worker.childopts": "-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" + }, "hive-env": { "hive_security_authorization": { "value": "{HIVE_SECURITY_AUTHORIZATION}",
