You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/12/29 23:56:31 UTC

ambari git commit: AMBARI-8945. Add Phoenix server package to HBase stack definition. (Ted Yu via swagle)

Repository: ambari
Updated Branches:
  refs/heads/trunk cbbd413c9 -> 1395c8b8c


AMBARI-8945. Add Phoenix server package to HBase stack definition. (Ted Yu via swagle)


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

Branch: refs/heads/trunk
Commit: 1395c8b8c13255422155305d0370763200082149
Parents: cbbd413
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Mon Dec 29 14:56:12 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Mon Dec 29 14:56:12 2014 -0800

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1395c8b8/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml
index c632cd0..8918adb 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/metainfo.xml
@@ -30,6 +30,9 @@
             <package>
               <name>hbase_2_2_*</name>
             </package>
+            <package>
+              <name>phoenix_2_2_*</name>
+            </package>
           </packages>
         </osSpecific>
         <osSpecific>
@@ -38,6 +41,9 @@
             <package>
               <name>hbase-2-2-.*</name>
             </package>
+            <package>
+              <name>phoenix-2-2-.*</name>
+            </package>
           </packages>
         </osSpecific>
       </osSpecifics>