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
<[email protected]> 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
>

Reply via email to