You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/12/22 12:59:46 UTC

ambari git commit: AMBARI-14420. Atlas MetaData server start fails due to missing package while adding Atlas service after Hive service (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 d5fe98421 -> 1acb0773e


AMBARI-14420. Atlas MetaData server start fails due to missing package while adding Atlas service after Hive service (dlysnichenko)


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

Branch: refs/heads/branch-2.2
Commit: 1acb0773eac6eb961dad3414676c6889a7f46146
Parents: d5fe984
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Dec 22 13:59:06 2015 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Dec 22 13:59:06 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1acb0773/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml
index b6b6bb8..0756a54 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/metainfo.xml
@@ -45,7 +45,7 @@
               <name>hive_2_3_*-webhcat</name>
             </package>
             <package>
-              <name>atlas-metadata*-hive-plugin</name>
+              <name>atlas-metadata*</name>
             </package>
           </packages>
         </osSpecific>
@@ -84,7 +84,7 @@
               <name>hive-2-3-.*-webhcat</name>
             </package>
             <package>
-              <name>atlas-metadata.*-hive-plugin</name>
+              <name>atlas-metadata.*</name>
             </package>
           </packages>
         </osSpecific>