Thanks for the reply, Eugene. However, when I try to list the jobs via WebHCat
(via /templeton/v1/jobs):
[{"id":"job_1427201295241_0001","detail":null},{"id":"job_1427201295241_0003","detail":null},{"id":"job_1427201295241_0005","detail":null}]
As you can see, there are three jobs there: 0001,0003 and 0005. However, I
submitted three Hive on Tez jobs.
However, in YARN UI, I can see 6 jobs, where 0002, 0004, 0006 (which do not
exist in WebHCat) are shown here.
[cid:[email protected]]
Maybe something is wrong with my configurations?
Xiaoyong
From: Eugene Koifman [mailto:[email protected]]
Sent: Thursday, March 26, 2015 12:52 AM
To: [email protected]
Subject: Re: Can WebHCat show non-MapReduce jobs?
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