Package | Description |
---|---|
com.asakusafw.directio.hive.parquet |
Parquet file format bridge between Asakusa and Hive.
|
com.asakusafw.dmdl.directio.hive.parquet |
Hive Parquet file support.
|
Modifier and Type | Method and Description |
---|---|
ParquetFormatConfiguration |
ParquetFormatConfiguration.clear()
Clears all properties.
|
ParquetFormatConfiguration |
ParquetFileFormat.getFormatConfiguration() |
abstract ParquetFormatConfiguration |
AbstractParquetFileFormat.getFormatConfiguration()
Returns the format configuration.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withBlockSize(Integer value)
Sets the block size (in bytes).
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withCompressionCodecName(String value)
Sets the compression codec name.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withDataPageSize(Integer value)
Sets the data page size (in bytes).
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withDictionaryPageSize(Integer value)
Sets the dictionary page size (in bytes).
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withEnableDictionary(Boolean value)
Sets whether the dictionary is enabled or not.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withEnableValidation(Boolean value)
Sets whether the schema validation is enabled or not.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withFieldMappingStrategy(DataModelMapping.FieldMappingStrategy value)
Sets the field mapping strategy.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnIncompatibleType(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for incompatible field type.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnMissingSource(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing source fields.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnMissingTarget(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing target fields.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withWriterVersion(String value)
Sets the writer version.
|
Constructor and Description |
---|
ParquetFileFormat(String tableName,
ParquetFormatConfiguration configuration,
DataModelDescriptor descriptor)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ParquetFormatConfiguration |
ParquetFileTrait.configuration()
Returns the view of
ParquetFormatConfiguration . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.