[
https://issues.apache.org/jira/browse/AMBARI-7017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112440#comment-14112440
]
Hudson commented on AMBARI-7017:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #43 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/43/])
AMBARI-7017. Jobs aren't displayed in Ambari UI (aonishuk) (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=af1db65118e91792b44eee882fc8eea0fef887a9)
*
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-START/scripts/params.py
*
ambari-server/src/test/python/stacks/1.3.2/hooks/before-START/test_before_start.py
> 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)