You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/08/26 18:55:58 UTC

[jira] [Created] (AMBARI-7017) Jobs aren't displayed in Ambari UI

Andrew Onischuk created AMBARI-7017:
---------------------------------------

             Summary: Jobs aren't displayed in Ambari UI
                 Key: AMBARI-7017
                 URL: https://issues.apache.org/jira/browse/AMBARI-7017
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


Several MapReduce jobs were run. Information about them is displayed in
JobTracker UI but absent in Jobs section of Ambari UI.

API request

    
    
    api/v1/jobhistory/datatable

returns no jobs info in response:

    
    
    {
    "sEcho": 0,
    "iTotalRecords": 0,
    "iTotalDisplayRecords": 0,
    "startIndex": -1,
    "endIndex": -1,
    "aaData": [],
    "summary": {
    "numRows": 0,
    "jobs": {
    "avg": 0,
    "min": 0,
    "max": 0
    },
    "input": {
    "avg": 0,
    "min": 0,
    "max": 0
    },
    "output": {
    "avg": 0,
    "min": 0,
    "max": 0
    },
    "duration": {
    "avg": 0,
    "min": 0,
    "max": 0
    },
    "times": {
    "oldest": 0,
    "youngest": 0
    }
    }
    }





--
This message was sent by Atlassian JIRA
(v6.2#6252)