You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by kiranprasad <ki...@imimobile.com> on 2011/09/30 09:26:47 UTC

Zebra in PIG

Does PIG by default uses Zebra to store and retrieve the data in columnar table format ??

Regards
Kiran.G

Re: Zebra in PIG

Posted by Alan Gates <ga...@hortonworks.com>.
There are Zebra load and store functions that you can use with Pig to read and write data stored in Zebra format (which is columnar).  Pig never uses it by default; you the user have to specify it, like:

A = load 'foo' using TableLoader();
...

Alan.

On Sep 30, 2011, at 12:26 AM, kiranprasad wrote:

> Does PIG by default uses Zebra to store and retrieve the data in columnar table format ??
> 
> Regards
> Kiran.G