Arsen Babych created AMBARI-4090:
------------------------------------
Summary: Fix Mapreduce2 status commands for HS,RM,NM not
implemented
Key: AMBARI-4090
URL: https://issues.apache.org/jira/browse/AMBARI-4090
Project: Ambari
Issue Type: Task
Reporter: Arsen Babych
Assignee: Arsen Babych
Fix For: 1.5.0
Please take a look how status command is implemented for other components:
{code}
class Component(Script)
det start(self, env)
..
det stopt(self, env)
..
det status(self, env)
# ???
{code}.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)