public static class AvroParquetWriter.Builder<T> extends ParquetWriter.Builder<T,AvroParquetWriter.Builder<T>>
| Modifier and Type | Method and Description |
|---|---|
protected WriteSupport<T> |
getWriteSupport(org.apache.hadoop.conf.Configuration conf) |
protected AvroParquetWriter.Builder<T> |
self() |
AvroParquetWriter.Builder<T> |
withDataModel(org.apache.avro.generic.GenericData model) |
AvroParquetWriter.Builder<T> |
withSchema(org.apache.avro.Schema schema) |
build, enableDictionaryEncoding, enableValidation, withCompressionCodec, withConf, withDictionaryEncoding, withDictionaryPageSize, withMaxPaddingSize, withPageSize, withRowGroupSize, withValidation, withWriteMode, withWriterVersionpublic AvroParquetWriter.Builder<T> withSchema(org.apache.avro.Schema schema)
public AvroParquetWriter.Builder<T> withDataModel(org.apache.avro.generic.GenericData model)
protected AvroParquetWriter.Builder<T> self()
self in class ParquetWriter.Builder<T,AvroParquetWriter.Builder<T>>protected WriteSupport<T> getWriteSupport(org.apache.hadoop.conf.Configuration conf)
getWriteSupport in class ParquetWriter.Builder<T,AvroParquetWriter.Builder<T>>Copyright © 2018 The Apache Software Foundation. All rights reserved.