You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2013/02/18 21:13:12 UTC

[jira] [Created] (AMBARI-1442) Host Component metrics always showing zero values

Tom Beerbower created AMBARI-1442:
-------------------------------------

             Summary: Host Component metrics always showing zero values
                 Key: AMBARI-1442
                 URL: https://issues.apache.org/jira/browse/AMBARI-1442
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower
             Fix For: 1.2.2



In spite of the fact that some hadoop jobs that were performed, all fields of shuffle metrics have 0.0 values.

Used the following request to get shuffle metrics:
{code}
api/v1/clusters/clusterName/hosts/hostName/host_components/TASKTRACKER?fields=metrics/mapred/shuffleOutput
{code}

Result:
{code}
"metrics" : {
"mapred" : {
"shuffleOutput" :
{ "shuffle_success_outputs" : 0, "shuffle_handler_busy_percent" : 0, "shuffle_output_bytes" : 0, "shuffle_failed_outputs" : 0, "shuffle_exceptions_caught" : 0 }

}
}
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira