https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Jobs should produce all jobs (assuming the calling user has permissions to see them). templeton.Server.showJobList() has detailed JavaDoc
From: Xiaoyong Zhu <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Wednesday, March 25, 2015 at 5:35 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Can WebHCat show non-MapReduce jobs? 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
