-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21073/
-----------------------------------------------------------
Review request for Ambari and Andriy Babiichuk.
Bugs: AMBARI-5668
https://issues.apache.org/jira/browse/AMBARI-5668
Repository: ambari
Description
-------
Enabled tez engine for hive;
Executed select query;
If while job is running I stop it by double pressign CTRL-C in hive shell then
job will not have end time shown in jobs table and no failed icon (red X), but
in job details it will have status 'killed' and correct end time.
If job is killed with yarn application -kill it will have correct end time and
failed icon displayed in jobs table, but in job details it will not have
neither status nor end time.
Diffs
-----
ambari-web/app/mappers/jobs/hive_job_mapper.js 5bb2f05
ambari-web/app/messages.js b8d5ffe
ambari-web/app/models/jobs/tez_dag.js cc11b49
ambari-web/app/utils/jobs.js 3ae9e43
ambari-web/app/views/main/jobs/hive_job_details_tez_dag_view.js 9d18559
Diff: https://reviews.apache.org/r/21073/diff/
Testing
-------
4234 tests complete
Thanks,
Aleksandr Kovalenko