Parquet
Apache Parquet
Parameter | Value |
path | A string which specifies the origin of the file |
rowGroupSize | The recommended disk block/row group/file size is 512 to 1024 MB on HDFS. |

<ParquetDataSource
path="String"
rowGroupSize="String">
<Schema>
...
</Schema>
<Filter/>
</ParquetDataSource>
Last modified 1yr ago