[
https://issues.apache.org/jira/browse/PARQUET-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347609#comment-14347609
]
Julien Le Dem commented on PARQUET-198:
---------------------------------------
There are two options for adding this support.
As Parquet-cascading will start pulling dependencies for all the parquet
modules we can either:
- make all these dependencies "provided" and let users add the dependency they
want (parquet-avro or parquet-thrift, ...)
- make a sub module for each: parquet-cascading-avro,
parquet-cascading-thrift, ...
CC [~rdblue] [~alexlevenson]
> parquet-cascading Add Parquet Avro Scheme
> ------------------------------------------
>
> Key: PARQUET-198
> URL: https://issues.apache.org/jira/browse/PARQUET-198
> Project: Parquet
> Issue Type: New Feature
> Components: parquet-mr
> Affects Versions: parquet-mr_1.6.0
> Reporter: Antonios Chalkiopoulos
> Fix For: parquet-mr_1.6.0
>
>
> At the moment using parquet-cascading writing Parquet files when using Avro
> as the object format is not possible as a Schema is not yet provided.
> As part of this ticket, a ParquetAvroScheme will be introduced, and also a
> local.ParquetAvroScheme , so that from Cascading / Scalding developers can
> read / write and test in both --hdfs and --local mode Parquet-Avro files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)