You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/01/15 01:53:36 UTC

[jira] [Created] (AMBARI-9138) AMS Collector status check reports status as stopped even though the collector is running

Jayush Luniya created AMBARI-9138:
-------------------------------------

             Summary: AMS Collector status check reports status as stopped even though the collector is running
                 Key: AMBARI-9138
                 URL: https://issues.apache.org/jira/browse/AMBARI-9138
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Jayush Luniya
            Assignee: Jayush Luniya
             Fix For: 2.0.0


This is due to a typo in ambari-server/src/main/resources/common-services/AMS/0.1.0/package/scripts/status.py

  if name=='collector':
    pid_file = format("{ams_monitor_pid_dir}/ambari-metrics-collector.pid")
  elif name == 'monitor':
    pid_file = format("{ams_monitor_pid_dir}/ambari-metrics-monitor.pid")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)