Package | Description |
---|---|
parquet.column | |
parquet.column.statistics | |
parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
parquet.io | |
parquet.schema |
Modifier and Type | Class and Description |
---|---|
class |
UnknownColumnException
Thrown if the specified column is unknown in the underlying storage
|
class |
UnknownColumnTypeException
Thrown if the specified column type is unknown in the underlying storage
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsClassException
Thrown if the two Statistics objects have mismatching types
|
Modifier and Type | Class and Description |
---|---|
class |
BadConfigurationException
Thrown when the input/output formats are misconfigured
|
Modifier and Type | Class and Description |
---|---|
class |
CompilationException
thrown when a problem occured while compiling the column reader
|
class |
InvalidRecordException
thrown when an invalid record is encountered
|
class |
ParquetDecodingException
thrown when an encoding problem occured
|
class |
ParquetEncodingException
thrown when a decoding problem occured
|
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleSchemaModificationException
thrown when we are trying to read together files with incompatible schemas.
|
Copyright © 2015. All rights reserved.