Hi, this probably doesn't work when using pig in interactive mode, Try running this script from file using command:
pig file_name On 27.11.2011 09:16, 唐亮 wrote: > Unfortunately, it doesn.t work! > > In console, I wrote as below: > grunt> set job.name 'aaa' > grunt> load ... > grunt> dump ... > > But, from JobTracker, the "Name" is "Job984197355248854142.jar", but not > "aaa". > How can I set the job' s name in JobTracker? > > > 2011/11/25 Prashant Kommireddi<[email protected]> > >> I am not a Pig, but this is how it can be done! >> >> set job.name 'FOOBAR' >> >> On Thu, Nov 24, 2011 at 7:28 PM, 唐亮<[email protected]> wrote: >> >>> Dear pigs: >>> How can I set job name in pig script, especially in command line. >>> >>> Thanks! >>> >> >
