Package | Description |
---|---|
com.asakusafw.directio.hive.orc |
ORCFile format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.orc.v1 |
ORCFile format bridge for Hive v1.
|
com.asakusafw.directio.hive.orc.v2 |
ORCFile format bridge for Hive v2.
|
com.asakusafw.dmdl.directio.hive.orc |
Hive ORCFile support.
|
Modifier and Type | Method and Description |
---|---|
OrcFormatConfiguration |
OrcFormatConfiguration.clear()
Clears all properties.
|
OrcFormatConfiguration |
OrcFileFormat.getFormatConfiguration() |
abstract OrcFormatConfiguration |
AbstractOrcFileFormat.getFormatConfiguration()
Returns the format configuration.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withCompressionKind(String value)
Sets the ORCFile compression kind.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withFieldMappingStrategy(DataModelMapping.FieldMappingStrategy value)
Sets the field mapping strategy.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withFormatVersion(String value)
Sets the ORCFile format version.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnIncompatibleType(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for incompatible field type.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnMissingSource(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing source fields.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnMissingTarget(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing target fields.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withStripeSize(Long value)
Sets the ORCFile stripe size (in bytes).
|
Modifier and Type | Method and Description |
---|---|
protected abstract Map<String,String> |
Compatibility.collectPropertyMap(OrcFormatConfiguration format)
returns extra table property map from the format configuration.
|
Constructor and Description |
---|
OrcFileFormat(String tableName,
OrcFormatConfiguration configuration,
DataModelDescriptor descriptor)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
CompatibilityV1.collectPropertyMap(OrcFormatConfiguration format)
returns extra table property map from the format configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
CompatibilityV2.collectPropertyMap(OrcFormatConfiguration format)
returns extra table property map from the format configuration.
|
Modifier and Type | Method and Description |
---|---|
OrcFormatConfiguration |
OrcFileTrait.configuration()
Returns the view of
OrcFormatConfiguration . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.