Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 82f4101e4 -> 2b7583205


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/2b758320
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2b758320
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2b758320

Branch: refs/heads/branch-2.1
Commit: 2b7583205a3d950e299a0de61745d4f40470407d
Parents: 82f4101
Author: Dmytro Sen <[email protected]>
Authored: Mon Aug 31 16:21:00 2015 +0300
Committer: Dmytro Sen <[email protected]>
Committed: Mon Aug 31 16:22:39 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/2b758320/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}",

Reply via email to