AMBARI-19593. Hbase, Zookeeper start failed  (aonishuk)

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

Branch: refs/heads/branch-2.5
Commit: a29f1499bddc2143c5b0cc34a8a960c99a27ca35
Parents: 9ef624f
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Thu Jan 19 10:51:58 2017 +0200
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Thu Jan 19 10:51:58 2017 +0200

----------------------------------------------------------------------
 .../main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml  | 2 +-
 .../main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml    | 2 +-
 .../src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml | 2 +-
 .../src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml | 4 ++--
 .../src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml  | 2 +-
 .../src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml | 4 ++--
 .../main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml   | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml
index cbb5ba2..aa5b4aa 100644
--- 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml
+++ 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml
@@ -35,7 +35,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>ubuntu12,ubuntu14,ubuntu16</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>zookeeper-${stack_version}</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
index cb161e8..e727886 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
@@ -51,7 +51,7 @@
         </osSpecific>
 
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>extjs</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml
index 7d696d4..07a9ef8 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/metainfo.xml
@@ -93,7 +93,7 @@
         </osSpecific>
 
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>hadoop-${stack_version}-client</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
index 372ea51..051cad1 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
@@ -106,7 +106,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>hive-${stack_version}</name>
@@ -120,7 +120,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>amazon2015,redhat6,ubuntu12</osFamily>
+          
<osFamily>amazon2015,redhat6,debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>mysql-server</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml
index da704da..f2cfb30 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/PIG/metainfo.xml
@@ -32,7 +32,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>pig-${stack_version}</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml
index 60fe3c2..a5a6c78 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/metainfo.xml
@@ -48,7 +48,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>hadoop-${stack_version}-yarn</name>
@@ -82,7 +82,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>ubuntu12</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>hadoop-${stack_version}-mapreduce</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/a29f1499/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml
index bda4b1b..34d3fdd 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/metainfo.xml
@@ -102,7 +102,7 @@
           </packages>
         </osSpecific>
         <osSpecific>
-          <osFamily>debian7,ubuntu12,ubuntu14</osFamily>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
           <packages>
             <package>
               <name>spark2-${stack_version}</name>

Reply via email to