You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Arsen Babych (JIRA)" <ji...@apache.org> on 2013/12/17 15:52:06 UTC

[jira] [Created] (AMBARI-4090) Fix Mapreduce2 status commands for HS,RM,NM not implemented

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)