Repository: ambari Updated Branches: refs/heads/trunk c2cfab3ac -> 35b5a57f9
AMBARI-5140. Ganglia service does not require restart after changing configs (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/35b5a57f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/35b5a57f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/35b5a57f Branch: refs/heads/trunk Commit: 35b5a57f9c7355c3da51179f8ac8fc3f2f475237 Parents: c2cfab3 Author: Lisnichenko Dmitro <[email protected]> Authored: Thu Mar 20 16:51:36 2014 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Thu Mar 20 16:51:36 2014 +0200 ---------------------------------------------------------------------- .../stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml | 5 ----- .../resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml | 3 +++ .../stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml | 5 ----- .../resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml | 3 +++ 4 files changed, 6 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/35b5a57f/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml index 16df0b8..49d38ae 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/configuration/global.xml @@ -32,11 +32,6 @@ <description>Run directories for Ganglia</description> </property> <property> - <name>ganglia_runtime_dir</name> - <value>/var/run/ganglia/hdp</value> - <description>Run directories for Ganglia</description> - </property> - <property> <name>gmetad_user</name> <value>nobody</value> <description>User </description> http://git-wip-us.apache.org/repos/asf/ambari/blob/35b5a57f/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml index 213c4ba..036b1be 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/GANGLIA/metainfo.xml @@ -127,6 +127,9 @@ </packages> </osSpecific> </osSpecifics> + <configuration-dependencies> + <config-type>global</config-type> + </configuration-dependencies> </service> </services> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/35b5a57f/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml index 16df0b8..49d38ae 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/configuration/global.xml @@ -32,11 +32,6 @@ <description>Run directories for Ganglia</description> </property> <property> - <name>ganglia_runtime_dir</name> - <value>/var/run/ganglia/hdp</value> - <description>Run directories for Ganglia</description> - </property> - <property> <name>gmetad_user</name> <value>nobody</value> <description>User </description> http://git-wip-us.apache.org/repos/asf/ambari/blob/35b5a57f/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml index a92c6d9..409cd7b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/GANGLIA/metainfo.xml @@ -158,6 +158,9 @@ </packages> </osSpecific> </osSpecifics> + <configuration-dependencies> + <config-type>global</config-type> + </configuration-dependencies> </service> </services> </metainfo>
