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

Write parquet to STDOUT

Open asfimport opened this issue 9 years ago • 2 comments

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.

asfimport avatar Mar 24 '16 12:03 asfimport

Julien Le Dem / @julienledem: Currently there is no option to do that although it would be technically feasible. Contributions welcome.

asfimport avatar Mar 30 '16 17:03 asfimport

Hi, I created a PR for this feature https://github.com/apache/parquet-java/pull/3220

pilardi avatar May 20 '25 14:05 pilardi