I want to get job information from the job history server for the tez execution engine.
Currently all map reduce jobs are reflected on the job history server but not the tez ones.
Job history is using some kind of logs to get all the information. Where can I find those logs? If the information is not available on the job history server I can parse those logs to get the information I need.
I have already tried parsing pig-tez cmd logs. Parsing that does not contain enough information and does not work for hive on tez.