You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Yang <te...@gmail.com> on 2012/06/24 13:13:10 UTC

how to know which part of the explain plan my MR job is running?

now my pig script is stuck at one of the MR jobs, in reduce stage,
it stayed in reducing state for 30minutes without much progress.

now, to debug this, how could I determine which part of the explain plan
represents
this MR job?


Thanks!
Yang

Re: how to know which part of the explain plan my MR job is running?

Posted by Bill Graham <bi...@gmail.com>.
>From the JT you can open the job confs and search for pig.alias and
pig.feature (from memory).

Or you can start you pig script with Ambrose, which will launch a web UI
that shows script progress wrt the various jobs.

http://github.com/twitter/ambrose

On Sunday, June 24, 2012, Yang wrote:

> now my pig script is stuck at one of the MR jobs, in reduce stage,
> it stayed in reducing state for 30minutes without much progress.
>
> now, to debug this, how could I determine which part of the explain plan
> represents
> this MR job?
>
>
> Thanks!
> Yang
>


-- 
Sent from Gmail Mobile