Hi,
We are trying to create a Hive ORC Table with Tez. DDL command for the
same is
create table orc_table ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' LINES
TERMINATED BY '\n'
STORED AS ORC AS select * from select_table;
However, it fails with the following error message:
M
Hi,
We are trying to create a Hive ORC Table with Tez. DDL command for the
same is
create table orc_table ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' LINES
TERMINATED BY '\n'
STORED AS ORC AS select * from select_table;
However, it fails with the following error message:
M