Repository: ambari Updated Branches: refs/heads/trunk b87343e15 -> 93d4ffeda
AMBARI-19783. Fix configuration-dependencies for druid. (Nishant Bangarwa via Swapan Shridhar) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/93d4ffed Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/93d4ffed Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/93d4ffed Branch: refs/heads/trunk Commit: 93d4ffeda4673adf20bcdde146372d5988b01531 Parents: b87343e Author: Swapan Shridhar <[email protected]> Authored: Mon Jan 30 10:59:25 2017 -0800 Committer: Swapan Shridhar <[email protected]> Committed: Mon Jan 30 10:59:25 2017 -0800 ---------------------------------------------------------------------- .../common-services/DRUID/0.9.2/metainfo.xml | 28 +++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/93d4ffed/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml index 7ae2b9c..baf3a1b 100644 --- a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml @@ -43,6 +43,9 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configuration-dependencies> + <config-type>druid-coordinator</config-type> + </configuration-dependencies> </component> <component> <name>DRUID_OVERLORD</name> @@ -63,6 +66,9 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configuration-dependencies> + <config-type>druid-overlord</config-type> + </configuration-dependencies> </component> <component> <name>DRUID_HISTORICAL</name> @@ -83,6 +89,9 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configuration-dependencies> + <config-type>druid-historical</config-type> + </configuration-dependencies> </component> <component> <name>DRUID_BROKER</name> @@ -103,6 +112,9 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configuration-dependencies> + <config-type>druid-broker</config-type> + </configuration-dependencies> </component> <component> <name>DRUID_MIDDLEMANAGER</name> @@ -123,6 +135,9 @@ <scriptType>PYTHON</scriptType> <timeout>600</timeout> </commandScript> + <configuration-dependencies> + <config-type>druid-middlemanager</config-type> + </configuration-dependencies> </component> <component> <name>DRUID_ROUTER</name> @@ -144,6 +159,9 @@ <timeout>600</timeout> </commandScript> </component> + <configuration-dependencies> + <config-type>druid-router</config-type> + </configuration-dependencies> </components> <themes> @@ -182,19 +200,9 @@ <configuration-dependencies> <config-type>druid-common</config-type> <config-type>druid-env</config-type> - <config-type>druid-coordinator</config-type> - <config-type>druid-overlord</config-type> - <config-type>druid-historical</config-type> - <config-type>druid-broker</config-type> - <config-type>druid-middlemanager</config-type> <config-type>druid-log4j</config-type> <config-type>druid-logrotate</config-type> - <config-type>druid-router</config-type> <config-type>zoo.cfg</config-type> - <config-type>core-site</config-type> - <config-type>mapred-site</config-type> - <config-type>yarn-site</config-type> - <config-type>hdfs-site</config-type> </configuration-dependencies> <quickLinksConfigurations>
