Repository: ambari
Updated Branches:
  refs/heads/trunk a6ed3633d -> 4d44ec7cc


AMBARI-13260. Storm service check fails after manual stack upgrade. 
(mpapirkovskyy)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4d44ec7c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4d44ec7c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4d44ec7c

Branch: refs/heads/trunk
Commit: 4d44ec7cc4e150d88069c6870477234d8be721ff
Parents: a6ed363
Author: Myroslav Papirkovskyy <[email protected]>
Authored: Mon Sep 28 20:34:36 2015 +0300
Committer: Myroslav Papirkovskyy <[email protected]>
Committed: Mon Sep 28 20:34:36 2015 +0300

----------------------------------------------------------------------
 .../upgrade/catalog/UpgradeCatalog_2.1_to_2.3.json          | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4d44ec7c/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 250f5b2..422b86b 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
@@ -47,10 +47,19 @@
           },
           "storm-site":{
             "merged-copy": "yes"
+          },
+          "storm-env": {
+            "merged-copy": "yes",
+            "required-services": [
+              "STORM"
+            ]
           }
         }
       },
       "properties": {
+        "storm-env": {
+          "nimbus_seeds_supported": "true"
+        },
         "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",

Reply via email to