Repository: ambari Updated Branches: refs/heads/trunk e0e708f66 -> 11ecbdb2f
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/11ecbdb2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/11ecbdb2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/11ecbdb2 Branch: refs/heads/trunk Commit: 11ecbdb2f5a97749b9070d02b2cda2d503c5656a Parents: e0e708f Author: Jonathan Hurley <[email protected]> Authored: Wed Aug 24 14:17:49 2016 -0400 Committer: Jonathan Hurley <[email protected]> Committed: Wed Aug 24 14:41:53 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/11ecbdb2/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>
