-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25064/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7017
https://issues.apache.org/jira/browse/AMBARI-7017
Repository: ambari
Description
-------
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
}
}
}
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-START/scripts/params.py
4e58939
ambari-server/src/test/python/stacks/1.3.2/hooks/before-START/test_before_start.py
15d25a7
Diff: https://reviews.apache.org/r/25064/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk