You can use explain to show you the plan Pig will use to execute your script.
This won't show you the exact Java code. If you want to find out exactly what
Java code is running for a particular operator the easiest thing to do is
probably run the query in local mode and attach a debugger.
Alan.
On Mar 14, 2013, at 6:50 AM, Milind Vaidya wrote:
> Hi
>
> I need to know what java (or otherwise ) code executes for a pig script I
> am running ("GENERATE" command to be specific).
>
> Is there any ways to do that ?
>
> Thanks