This will work but will (in .80 at least) change only the part of the job name that's not 'PigLatin:'.
That is, if you use job.name 'hello' in a script named test.pig You end up with a full name of: PigLatin:hello Instead of PigLatin:test.pig Just FYI. On Thu, May 26, 2011 at 2:15 PM, Eric Gaudet <[email protected]> wrote: > At the beginning of your script, use: > > SET job.name 'this is my alternative name'; > > You can also use parameters like $PARAM in the name. > > EG > > On 05/26/2011 11:04 AM, [email protected] wrote: >> >> When I run a pig job the hadoop job tracker gui (the one on port 50030) >> shows ‘PigLatin:myscript.pig’ as the name of the job. How can I configure >> that to show a different name than the name of the script? >> >> Thanks in advance, >> >> Will >> >> William F Dowling >> >> >> >
