Repository: ambari Updated Branches: refs/heads/trunk c5cd33747 -> 9ce097521
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/9ce09752 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9ce09752 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9ce09752 Branch: refs/heads/trunk Commit: 9ce097521ee724da5d83160a84829901c2facafe Parents: c5cd337 Author: Alejandro Fernandez <[email protected]> Authored: Wed Jul 6 13:25:00 2016 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Jul 6 13:29:01 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 | 5 ----- .../resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml | 6 +----- .../main/resources/common-services/STORM/1.0.1/metainfo.xml | 5 ----- 4 files changed, 2 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9ce09752/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..962e879 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 @@ -116,12 +116,12 @@ <config-type>falcon-runtime.properties</config-type> <config-type>falcon-client.properties</config-type> <config-type>falcon-atlas-application.properties</config-type> + <config-type>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/9ce09752/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 1b332d1..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 @@ -347,11 +347,6 @@ <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/9ce09752/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/9ce09752/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 4e77cb1..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 @@ -40,11 +40,6 @@ <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>
