Re: Retrieving Pig script from MR job config

2016-05-28 Thread Harish Gopalan
. It is base64 encoded and you will have to decode it. If the script is too long, it will be truncated to 10K lines. Regards, Rohini On Tue, May 10, 2016 at 7:27 AM, Harish Gopalan <harishgopala...@gmail.com> <harishgopala...@gmail.com> wrote: Hi, Is it possible to retrieve the original pig

Retrieving Pig script from MR job config

2016-05-10 Thread Harish Gopalan
Hi, Is it possible to retrieve the original pig script from the MR job configuration similar to hive i.e hive.query.string. I tried to deserialize pig.pigContext value from the MR job configuration but couldn't get it ? Please advise. Regards Harish