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/2.4.0-maint Commit: 7e842c3ab723f7dd867b483409358cfe79aa4f4e Parents: c8f1a42 Author: Jonathan Hurley <[email protected]> Authored: Wed Aug 24 14:54:52 2016 -0400 Committer: Jonathan Hurley <[email protected]> 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>
