You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by rakesh kothari <rk...@hotmail.com> on 2011/09/22 20:27:40 UTC

Pig properties in Job conf file

Hi,

Certain pig related properties in Hadoop job conf file seems like garbage (or decoded in some form).

E.g.

pig.reduce.package:
kmonaaafhdhcaafngphcghcogbhagbgdgigfcohagjghcog....

Is this expected ?

Thanks,
-Rakesh
 		 	   		  

Re: Pig properties in Job conf file

Posted by Daniel Dai <da...@hortonworks.com>.
This is serialized object. You can deserialize the string use the
following code:

import org.apache.pig.impl.util.ObjectSerializer;
Object deSerializedString = ObjectSerializer.deserialize(serializedString);

Daniel

On Thu, Sep 22, 2011 at 11:27 AM, rakesh kothari
<rk...@hotmail.com> wrote:
>
> Hi,
>
> Certain pig related properties in Hadoop job conf file seems like garbage (or decoded in some form).
>
> E.g.
>
> pig.reduce.package:
> kmonaaafhdhcaafngphcghcogbhagbgdgigfcohagjghcog....
>
> Is this expected ?
>
> Thanks,
> -Rakesh
>