BradRuderman/pyhs2

Getting Job ID

Closed this issue · 2 comments

Hi,

How to get the hadoop job ID just after submitting the job using cur.execute(ajob)? I think there is no method defined for getting job id.

Could you please help?

Thanks.

The thrift API doesn't provide a way to get the MR job id. I would have to implement an async method, then parse the logs. I am willing to implement both the async method, and then the getLog method but you would need to parse to get the job id. I will add the 2 to-dos to my list.

Thanks!

Alright and thanks.