You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2013/12/03 19:17:48 UTC

[1/3] git commit: AMBARI-3959. Fix config generation for Ganglia on stack 2 using resource management framework (Eugene Chekanskiy via dlysnichenko)

Updated Branches:
  refs/heads/branch-1.4.2 2fb24d9d2 -> f0b798e32
  refs/heads/trunk 325335b04 -> b245ca7f2


AMBARI-3959. Fix config generation for Ganglia on stack 2 using resource management framework (Eugene Chekanskiy via dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6c8cba1d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c8cba1d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c8cba1d

Branch: refs/heads/trunk
Commit: 6c8cba1df31c655b0d2d6972e53155d514823230
Parents: 325335b
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Dec 3 20:14:35 2013 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Dec 3 20:14:35 2013 +0200

----------------------------------------------------------------------
 .../HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6c8cba1d/ambari-server/src/main/resources/stacks/HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py b/ambari-server/src/main/resources/stacks/HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py
index de2c8cc..02785d3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0._/services/GANGLIA/package/scripts/ganglia_server.py
@@ -86,7 +86,7 @@ class GangliaServer(Script):
                       role = "server",
                       owner = "root",
                       group = params.user_group)
-    generate_daemon("gmond",
+    generate_daemon("gmetad",
                     name = "gmetad",
                     role = "server",
                     owner = "root",


[2/3] git commit: AMBARI-3960. In 1.3.x stack, "MapReduce local dir space" alert is shown for every single TaskTracker at the service level (Eugene Chekanskiy via dlysnichenko)

Posted by dm...@apache.org.
AMBARI-3960. In 1.3.x stack, "MapReduce local dir space" alert is shown for every single TaskTracker at the service level (Eugene Chekanskiy via dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b245ca7f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b245ca7f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b245ca7f

Branch: refs/heads/trunk
Commit: b245ca7f287afcafd320569c6747eb4b4c98525a
Parents: 6c8cba1
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Dec 3 20:15:52 2013 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Dec 3 20:15:52 2013 +0200

----------------------------------------------------------------------
 .../puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b245ca7f/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb b/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
index a70a817..13b03a9 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
+++ b/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
@@ -406,7 +406,7 @@ define service {
 define service {
         hostgroup_name          tasktracker-servers
         use                     hadoop-service
-        service_description     TASKTRACKER::MapReduce local dir space
+        service_description     ::MapReduce local dir space
         servicegroups           MAPREDUCE
         check_command           check_mapred_local_dir_used_space!<%=scope.function_hdp_default("::hdp::mapred-site/mapred.local.dir")%>!85%
         normal_check_interval   0.5


[3/3] git commit: AMBARI-3960. In 1.3.x stack, "MapReduce local dir space" alert is shown for every single TaskTracker at the service level (Eugene Chekanskiy via dlysnichenko)

Posted by dm...@apache.org.
AMBARI-3960. In 1.3.x stack, "MapReduce local dir space" alert is shown for every single TaskTracker at the service level (Eugene Chekanskiy via dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f0b798e3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f0b798e3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f0b798e3

Branch: refs/heads/branch-1.4.2
Commit: f0b798e320007896941b5c8cc5f2f240fd5fba65
Parents: 2fb24d9
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Dec 3 20:16:56 2013 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Dec 3 20:16:56 2013 +0200

----------------------------------------------------------------------
 .../puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f0b798e3/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb b/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
index 7590715..549f400 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
+++ b/ambari-agent/src/main/puppet/modules/hdp-nagios/templates/hadoop-services.cfg.erb
@@ -406,7 +406,7 @@ define service {
 define service {
         hostgroup_name          tasktracker-servers
         use                     hadoop-service
-        service_description     TASKTRACKER::MapReduce local dir space
+        service_description     ::MapReduce local dir space
         servicegroups           MAPREDUCE
         check_command           check_mapred_local_dir_used_space!<%=scope.function_hdp_default("::hdp::mapred-site/mapred.local.dir")%>!85%
         normal_check_interval   0.5