You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2016/09/12 11:53:54 UTC

[30/50] ambari git commit: AMBARI-18256 - Atlas on HDP 2.5 Has An Incorrect versionAdvertised Field (jonathanhurley)

AMBARI-18256 - Atlas on HDP 2.5 Has An Incorrect versionAdvertised Field (jonathanhurley)


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

Branch: refs/heads/AMBARI-2.4.0.2
Commit: 7e842c3ab723f7dd867b483409358cfe79aa4f4e
Parents: c8f1a42
Author: Jonathan Hurley <jh...@hortonworks.com>
Authored: Wed Aug 24 14:54:52 2016 -0400
Committer: Jonathan Hurley <jh...@hortonworks.com>
Committed: Wed Aug 24 14:54:52 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7e842c3a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
index 84e8e46..4f92cf9 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/metainfo.xml
@@ -28,7 +28,7 @@
           <displayName>Atlas Metadata Server</displayName>
           <category>MASTER</category>
           <cardinality>1</cardinality>
-          <versionAdvertised>false</versionAdvertised>
+          <versionAdvertised>true</versionAdvertised>
           <dependencies>
             <dependency>
               <name>HBASE/HBASE_CLIENT</name>