You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/08/26 02:57:15 UTC

ambari git commit: Unable to start Zookeeper Server after RPM is installed (smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8fc7155ce -> fac57e538


Unable to start Zookeeper Server after RPM is installed (smohanty)


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

Branch: refs/heads/trunk
Commit: fac57e538fb75d9107b011fc4da1a6143c091faf
Parents: 8fc7155
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Tue Aug 25 17:56:57 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Tue Aug 25 17:56:57 2015 -0700

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml | 3 +++
 .../main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fac57e53/ambari-server/src/main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml
index 7d6135a..2f92549 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/ZOOKEEPER/metainfo.xml
@@ -29,6 +29,9 @@
             <package>
               <name>zookeeper_2_2_*</name>
             </package>
+            <package>
+              <name>zookeeper_2_2_*-server</name>
+            </package>
           </packages>
         </osSpecific>
         <osSpecific>

http://git-wip-us.apache.org/repos/asf/ambari/blob/fac57e53/ambari-server/src/main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml
index 1f77215..fdce582 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ZOOKEEPER/metainfo.xml
@@ -29,6 +29,9 @@
               <name>zookeeper_2_3_*</name>
             </package>
           </packages>
+          <package>
+            <name>zookeeper_2_3_*-server</name>
+          </package>
         </osSpecific>
         <osSpecific>
           <osFamily>debian7,ubuntu12,ubuntu14</osFamily>