Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 122d11110 -> 522467ea4
  refs/heads/trunk 811ea5860 -> 0d953b468


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

Branch: refs/heads/trunk
Commit: 0d953b46868580a99c56d806994ee90cd299d40a
Parents: 811ea58
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:40:53 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/0d953b46/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/0d953b46/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