| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| org.apache.hadoop.hive.ql.io.parquet |
| Modifier and Type | Class and Description |
|---|---|
class |
NullRowsInputFormat
NullRowsInputFormat outputs null rows, maximum 100.
|
class |
OneNullRowInputFormat
OneNullRowInputFormat outputs one null row.
|
class |
ZeroRowsInputFormat
Same as OneNullRowInputFormat, but with 0 rows.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrcInputFormat
A MapReduce/Hive input format for ORC files.
|
class |
VectorizedOrcInputFormat
A MapReduce/Hive input format for ORC files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapredParquetInputFormat
A Parquet InputFormat for Hive (with the deprecated package mapred)
NOTE: With HIVE-9235 we removed "implements VectorizedParquetInputFormat" since all data types
are not currently supported.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.