[ 
https://issues.apache.org/jira/browse/PIG-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13776879#comment-13776879
 ] 

Dmitriy V. Ryaboy commented on PIG-3445:
----------------------------------------

Other loaders like csv, avro, json, xml, etc (even RC, though it's in piggybank 
due to heavy dependencies and lack of support) are all in already so I don't 
see this as unfair, but as consistent.
Not packaging the pq jars into pig monojar and instead adding them, the way we 
add guava et al for hbase, sounds like a good idea.
[~julienledem] should we do that by providing a simple wrapper in pig builtins, 
or by messing with the job conf in parquet's own loader/storer?
                
> Make Parquet format available out of the box in Pig
> ---------------------------------------------------
>
>                 Key: PIG-3445
>                 URL: https://issues.apache.org/jira/browse/PIG-3445
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Julien Le Dem
>             Fix For: 0.12.0
>
>         Attachments: PIG-3445.patch
>
>
> We would add the Parquet jar in the Pig packages to make it available out of 
> the box to pig users.
> On top of that we could add the parquet.pig package to the list of packages 
> to search for UDFs. (alternatively, the parquet jar could contain classes 
> name or.apache.pig.builtin.ParquetLoader and ParquetStorer)
> This way users can use Parquet simply by typing:
> A = LOAD 'foo' USING ParquetLoader();
> STORE A INTO 'bar' USING ParquetStorer();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to