public class ExampleParquetWriter extends ParquetWriter<Group>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExampleParquetWriter.Builder |
DEFAULT_BLOCK_SIZE, DEFAULT_COMPRESSION_CODEC_NAME, DEFAULT_IS_DICTIONARY_ENABLED, DEFAULT_IS_VALIDATING_ENABLED, DEFAULT_PAGE_SIZE, DEFAULT_WRITER_VERSION, MAX_PADDING_SIZE_DEFAULT, OBJECT_MODEL_NAME_PROP| Modifier and Type | Method and Description |
|---|---|
static ExampleParquetWriter.Builder |
builder(org.apache.hadoop.fs.Path file)
Creates a Builder for configuring ParquetWriter with the example object
model.
|
close, getDataSize, writepublic static ExampleParquetWriter.Builder builder(org.apache.hadoop.fs.Path file)
file - the output file to createExampleParquetWriter.Builder to create a ParquetWriterCopyright © 2018 The Apache Software Foundation. All rights reserved.