File Type
|
Input
|
Output
|
---|---|---|
delimited
|
HDFS direct-read
HCat if partitioned,
skewed, or escaped
|
HDFS direct-read
HCat if partitioned,
skewed, or escaped
|
RCFile
|
HCat
|
HCat
|
ORC
|
HCat
|
HCat
|
Parquet
|
HCat1
|
CREATE TABLE AS SELECT2
|
sequence
|
HDMD
HCat if partitioned
or skewed
|
HCat
|
Avro
|
HCat1
|
CREATE TABLE AS SELECT3
|
1Partitioned input is not supported. | ||
2Unable to write output directly to Parquet files due to these issues: https://issues.apache.org/jira/browse/HIVE-8838. | ||
3Unable to write output directly to Avro files due to these issues: https://issues.apache.org/jira/browse/HIVE-8687. |