Package gorsat.parquet
Class GorParquetWriter
- java.lang.Object
-
- org.apache.parquet.hadoop.ParquetWriter<org.gorpipe.gor.model.Row>
-
- gorsat.parquet.GorParquetWriter
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class GorParquetWriter extends org.apache.parquet.hadoop.ParquetWriter<org.gorpipe.gor.model.Row>Writes parquet file from a stream of gor/nor rows
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGorParquetWriter.GorParquetBuilder
-
Constructor Summary
Constructors Constructor Description GorParquetWriter(org.apache.hadoop.fs.Path file, org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GorParquetWriter.GorParquetBuilderbuilder(org.apache.hadoop.fs.Path file)
-
-
-
Constructor Detail
-
GorParquetWriter
public GorParquetWriter(org.apache.hadoop.fs.Path file, org.apache.parquet.hadoop.api.WriteSupport<org.gorpipe.gor.model.Row> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Detail
-
builder
public static GorParquetWriter.GorParquetBuilder builder(org.apache.hadoop.fs.Path file)
-
-