Create ORC Table on Tez Failed

2015-06-04 Thread Vijay Bhoomireddy
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

Create ORC Table on Tez Failed

2015-05-20 Thread Vijay Bhoomireddy
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