AMBARI-7651. Storm REST API Server not starting on HDP-2.2 (dlysnichenko)

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

Branch: refs/heads/branch-1.7.0
Commit: 522467ea4dabec7111861d666043a7e2c9ca84cc
Parents: 122d111
Author: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Authored: Mon Oct 6 20:08:13 2014 +0300
Committer: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Committed: Mon Oct 6 23:41:33 2014 +0300

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml  | 6 ++++++
 ambari-web/app/data/HDP2.2/site_properties.js                  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/522467ea/ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml
index 2e8dcd4..f9e1bc9 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/metainfo.xml
@@ -23,6 +23,12 @@
       <name>STORM</name>
       <displayName>Storm</displayName>
       <version>0.9.3.2.2.0.0</version>
+      <components>
+        <component>
+          <name>STORM_REST_API</name>
+          <deleted>true</deleted>
+        </component>
+      </components>
       <osSpecifics>
         <osSpecific>
           <osFamily>any</osFamily>

http://git-wip-us.apache.org/repos/asf/ambari/blob/522467ea/ambari-web/app/data/HDP2.2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.2/site_properties.js 
b/ambari-web/app/data/HDP2.2/site_properties.js
index a70f080..3ff1cb8 100644
--- a/ambari-web/app/data/HDP2.2/site_properties.js
+++ b/ambari-web/app/data/HDP2.2/site_properties.js
@@ -20,7 +20,7 @@ var App = require('app');
 var hdp2properties = require('data/HDP2/site_properties').configProperties;
 var hdp22properties = hdp2properties.filter(function (item){
   //In HDP2.2 storm.thrift.transport property is computed on server
-  return item.name !== 'storm.thrift.transport';
+  return item.name !== 'storm.thrift.transport' && item.name !== 
'storm_rest_api_host';
 });
 
 module.exports =

Reply via email to