It seems that WebHCat could only show the Map Reduce jobs - for example, if I submit a Hive on Tez job via WebHCat, I can only get the TempletonControllerJob ID (which is a MAPREDUCE job) but I cannot get the Tez job ID (which is launched by TempletonControllerJob).
Is this by design? Is there a way to return all type of jobs via WebHCat? Xiaoyong