You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Benjamin Juhn <be...@gmail.com> on 2012/04/18 20:14:52 UTC

Pretty Dump Tuple

Is there a way to dump tuples with their schema inline?  i.e. (fieldName: value, fieldName: value).

Thanks,
Ben

Re: Pretty Dump Tuple

Posted by Rajgopal Vaithiyanathan <ra...@gmail.com>.
You can write a custom StoreFunc to do that. With dump, (afaik) it is not
possible.

On Wed, Apr 18, 2012 at 11:44 PM, Benjamin Juhn <be...@gmail.com> wrote:

> Is there a way to dump tuples with their schema inline?  i.e. (fieldName:
> value, fieldName: value).
>
> Thanks,
> Ben




-- 
Thanks and Regards,
Rajgopal Vaithiyanathan.