Updated Branches: refs/heads/trunk eb5c0b619 -> fb92dd560
AMBARI-3897. Restart indicator flags not showing up for HDP 1.3.x stack services. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fb92dd56 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fb92dd56 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fb92dd56 Branch: refs/heads/trunk Commit: fb92dd560fe3e3b3134614e9d849e9b6e7a0ba5d Parents: eb5c0b6 Author: Srimanth Gunturi <[email protected]> Authored: Tue Nov 26 17:47:10 2013 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Nov 26 17:47:16 2013 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml | 6 +++++- .../resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml | 8 ++++++-- .../resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml | 6 ++++-- .../stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml | 7 +++++-- .../resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml | 5 ++++- .../resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml | 6 +++++- .../resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml | 8 ++++++-- .../resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml | 6 ++++-- .../stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml | 7 +++++-- .../resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml | 5 ++++- 10 files changed, 48 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml index ea7ea41..bda405a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/metainfo.xml @@ -36,5 +36,9 @@ <category>CLIENT</category> </component> </components> - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>hbase-site</config-type> + <config-type>hbase-policy</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml index 2729261..99882bc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/metainfo.xml @@ -41,6 +41,10 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>core-site</config-type> + <config-type>global</config-type> + <config-type>hdfs-site</config-type> + <config-type>hadoop-policy</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml index 676c610..22e2398 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml @@ -38,6 +38,8 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>hive-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml index 757bbb5..175d68c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/metainfo.xml @@ -36,6 +36,9 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>core-site</config-type> + <config-type>global</config-type> + <config-type>mapred-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml index 3f9fff5..bda13d6 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/metainfo.xml @@ -31,5 +31,8 @@ <category>CLIENT</category> </component> </components> - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>oozie-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml index 6cffb1f..6643782 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HBASE/metainfo.xml @@ -36,5 +36,9 @@ <category>CLIENT</category> </component> </components> - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>hbase-site</config-type> + <config-type>hbase-policy</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml index e33be3c..0bbab3e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HDFS/metainfo.xml @@ -41,6 +41,10 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>core-site</config-type> + <config-type>global</config-type> + <config-type>hdfs-site</config-type> + <config-type>hadoop-policy</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml index 4ee02e6..afeaae1 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/HIVE/metainfo.xml @@ -38,6 +38,8 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>hive-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml index b3eb72a..2493a13 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/metainfo.xml @@ -36,6 +36,9 @@ <category>CLIENT</category> </component> </components> - - + <configuration-dependencies> + <config-type>core-site</config-type> + <config-type>global</config-type> + <config-type>mapred-site</config-type> + </configuration-dependencies> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/fb92dd56/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml index bc33c0b..e4af208 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/OOZIE/metainfo.xml @@ -31,5 +31,8 @@ <category>CLIENT</category> </component> </components> - + <configuration-dependencies> + <config-type>global</config-type> + <config-type>oozie-site</config-type> + </configuration-dependencies> </metainfo>
