parquet-java
parquet-java copied to clipboard
Write parquet to STDOUT
https://github.com/Parquet/parquet-mr/blob/master/parquet-hadoop/src/main/java/parquet/hadoop/ParquetWriter.java
I would like to write the parquet to stdout but there is no option to let me do this. Also the file must not already exist, or I' ll get Exception.
Thanks
Reporter: Federico Ponzi
Note: This issue was originally created as PARQUET-570. Please see the migration documentation for further details.
Julien Le Dem / @julienledem: Currently there is no option to do that although it would be technically feasible. Contributions welcome.
Hi, I created a PR for this feature https://github.com/apache/parquet-java/pull/3220