Re: Create ORC Table on Tez Failed

2015-06-04 Thread Chinna Rao Lalam
Hi, If you are table name is orc_table in the exception i can see the table name as test Moving data to: hdfs://namenode:8020/apps/hive/warehouse/test Failed with exception Unable to rename:

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:

Re: Create ORC Table on Tez Failed

2015-06-04 Thread Steve Howard
I would look in the hive server log, as well as the name node log. That should have a full stack trace. On Jun 4, 2015, at 4:13 AM, Vijay Bhoomireddy vijaya.bhoomire...@whishworks.com wrote: Hi, We are trying to create a Hive ORC Table with Tez. DDL command for the same is

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: