[
https://issues.apache.org/jira/browse/PARQUET-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325007#comment-17325007
]
Gabor Szadovszky commented on PARQUET-2030:
-------------------------------------------
There are a couple of configuration options that are not represented directly
in the java API. (See all the possibilities
[here|https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/README.md].)
You may pass the required configuration via a Hadoop Configuration object or
use [Builder.config(property,
value)|https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java#L626].
> Expose page size row check configurations to ParquetWriter.Builder
> ------------------------------------------------------------------
>
> Key: PARQUET-2030
> URL: https://issues.apache.org/jira/browse/PARQUET-2030
> Project: Parquet
> Issue Type: Improvement
> Reporter: Mika Ristimäki
> Priority: Minor
>
> PARQUET-1920 makes it possible to configure "page.size.row.check.max" and
> "page.size.row.check.max". But those configurations are not exposed to
> "org.apache.parquet.hadoop.ParquetWriter.Builder".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)