parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Add a configurableValueWriterFactory for parquet-hadoop module

Open asfimport opened this issue 8 years ago • 1 comments

Currently, ValuesWriterFactory could be config at ParquetProperties, but ParquetOutputFormat which is used by Hadoop and Hive haven't support to custom a ValuesWriterFactory. We should support update ParquetOutputFormat to support it.

Reporter: Dapeng Sun / @sundapeng

Related issues:

Note: This issue was originally created as PARQUET-1062. Please see the migration documentation for further details.

asfimport avatar Jul 19 '17 06:07 asfimport

Dapeng Sun / @sundapeng: Pull Request: https://github.com/apache/parquet-mr/pull/419

asfimport avatar Jul 19 '17 07:07 asfimport