You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2016/03/15 02:18:29 UTC

ambari git commit: AMBARI-15413 : Metrics Grafana Failed to start - Commit 2 (avijayan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 0e78f7019 -> a38e3a96e


AMBARI-15413 : Metrics Grafana Failed to start - Commit 2 (avijayan)


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

Branch: refs/heads/branch-2.2
Commit: a38e3a96e7cb089d1df1601a548c1c0df9a1599d
Parents: 0e78f70
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Mon Mar 14 18:18:19 2016 -0700
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Mon Mar 14 18:18:19 2016 -0700

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a38e3a96/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py
index d6349f2..cffe150 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana.py
@@ -51,7 +51,6 @@ class AmsGrafana(Script):
     import params
     env.set_params(params)
     self.configure(env, action = 'stop')
-    stop_cmd = format("{ams_grafana_script} stop")
     Execute((format("{ams_grafana_script}"), 'stop'),
             sudo=True
             )