Repository: ambari Updated Branches: refs/heads/branch-2.4 5632e990b -> 23cd4fdbf
AMBARI-17573. ADDON. Add atlas-application config sections to all services that run Atlas hook, e.g., Hive, Falcon, Storm, Sqoop (alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/23cd4fdb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/23cd4fdb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/23cd4fdb Branch: refs/heads/branch-2.4 Commit: 23cd4fdbff901e07c3ccdb76e32b751e9f6d1cf7 Parents: 5632e99 Author: Alejandro Fernandez <[email protected]> Authored: Wed Jul 6 13:28:11 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Jul 6 13:28:11 2016 -0700 ---------------------------------------------------------------------- .../resources/common-services/FALCON/0.5.0.2.1/metainfo.xml | 2 +- .../resources/common-services/HIVE/0.12.0.2.0/metainfo.xml | 6 +----- .../resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml | 6 +----- .../main/resources/common-services/STORM/1.0.1/metainfo.xml | 6 +----- 4 files changed, 4 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/23cd4fdb/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml index 40334d6..a44aed5 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml @@ -115,13 +115,13 @@ <config-type>falcon-startup.properties</config-type> <config-type>falcon-runtime.properties</config-type> <config-type>falcon-client.properties</config-type> + <config-type>application.properties</config-type> <config-type>falcon-atlas-application.properties</config-type> </configuration-dependencies> <!-- Make a new config version when these config types are changed. --> <excluded-config-types> <config-type>oozie-site</config-type> - <config-type>application.properties</config-type> </excluded-config-types> <quickLinksConfigurations> http://git-wip-us.apache.org/repos/asf/ambari/blob/23cd4fdb/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml index 0dcef40..ec14979 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml @@ -344,13 +344,9 @@ <config-type>ranger-hive-policymgr-ssl</config-type> <config-type>ranger-hive-security</config-type> <config-type>mapred-site</config-type> + <config-type>application.properties</config-type> <config-type>hive-atlas-application.properties</config-type> </configuration-dependencies> - - <!-- Make a new config version when these config types are changed. --> - <excluded-config-types> - <config-type>application.properties</config-type> - </excluded-config-types> </service> </services> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/23cd4fdb/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml index 7b2b1a2..117074c 100644 --- a/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml @@ -95,12 +95,8 @@ <configuration-dependencies> <config-type>sqoop-env</config-type> <config-type>sqoop-site</config-type> - </configuration-dependencies> - - <!-- Make a new config version when these config types are changed. --> - <excluded-config-types> <config-type>application.properties</config-type> - </excluded-config-types> + </configuration-dependencies> </service> </services> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/23cd4fdb/ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml b/ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml index a5695d8..e5558c8 100644 --- a/ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml @@ -37,13 +37,9 @@ <config-type>zookeeper-env</config-type> <config-type>zoo.cfg</config-type> <config-type>ams-ssl-client</config-type> + <config-type>application.properties</config-type> <config-type>storm-atlas-application.properties</config-type> </configuration-dependencies> - - <!-- Make a new config version when these config types are changed. --> - <excluded-config-types> - <config-type>application.properties</config-type> - </excluded-config-types> </service> </services> </metainfo>
