Package | Description |
---|---|
com.asakusafw.directio.hive.orc |
ORCFile format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.parquet |
Parquet file format bridge between Asakusa and Hive.
|
com.asakusafw.info.hive |
Schema information of Hive-associated tables.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrcFileFormat<T>
An abstract implementation of
HadoopFileFormat for ORCFile. |
class |
OrcFileFormat<T>
An implementation of
DataFormat for ORCFile. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParquetFileFormat<T>
An abstract implementation of
HadoopFileFormat for Parquet. |
class |
ParquetFileFormat<T>
An implementation of
DataFormat for Parquet file. |
Modifier and Type | Interface and Description |
---|---|
interface |
HivePortInfo
An abstract super interface of Direct I/O Hive ports.
|
Modifier and Type | Class and Description |
---|---|
class |
HiveInputInfo
Represents Hive input port information.
|
class |
HiveOutputInfo
Represents Hive output port information.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.