You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Aniket Mokashi (JIRA)" <ji...@apache.org> on 2013/10/05 00:30:48 UTC

[jira] [Resolved] (PIG-3445) Make Parquet format available out of the box in Pig

     [ https://issues.apache.org/jira/browse/PIG-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aniket Mokashi resolved PIG-3445.
---------------------------------

    Resolution: Fixed

> 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
>            Assignee: Lorand Bendig
>             Fix For: 0.12.0
>
>         Attachments: PIG-3445-2.patch, PIG-3445-3.patch, PIG-3445-4.patch, PIG-3445-5.patch, 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 was sent by Atlassian JIRA
(v6.1#6144)