You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Vijay Bhoomireddy <vi...@whishworks.com> on 2015/06/04 10:13:11 UTC

Create ORC Table on Tez Failed

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:

 

Moving data to: hdfs://<namenode>:8020/apps/hive/warehouse/test

Failed with exception Unable to rename:
hdfs://<namenode>:8020/tmp/hive/hdfs/d240f669-b238-4697-9315-5f77eefff887/hi
ve_2015-05-20_21-44-22_028_8798585586348522774-1/-ext-10001 to:
hdfs://<namenode>:8020/apps/hive/warehouse/test

FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.MoveTask

 

Can anyone please let me know what could be the likely cause of the issue
and possible way to get rid this error message. We are kind of stuck. Please
let us know your thoughts.

 

Thanks & Regards

Vijay


-- 
The contents of this e-mail are confidential and for the exclusive use of 
the intended recipient. If you receive this e-mail in error please delete 
it from your system immediately and notify us either by e-mail or 
telephone. You should not copy, forward or otherwise disclose the content 
of the e-mail. The views expressed in this communication may not 
necessarily be the view held by WHISHWORKS.

Re: Create ORC Table on Tez Failed

Posted by Steve Howard <st...@gmail.com>.
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" <vi...@whishworks.com> wrote:
> 
> 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:
>  
> Moving data to: hdfs://<namenode>:8020/apps/hive/warehouse/test
> Failed with exception Unable to rename: hdfs://<namenode>:8020/tmp/hive/hdfs/d240f669-b238-4697-9315-5f77eefff887/hive_2015-05-20_21-44-22_028_8798585586348522774-1/-ext-10001 to: hdfs://<namenode>:8020/apps/hive/warehouse/test
> FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
>  
> Can anyone please let me know what could be the likely cause of the issue and possible way to get rid this error message. We are kind of stuck. Please let us know your thoughts.
>  
> Thanks & Regards
> Vijay
> 
> The contents of this e-mail are confidential and for the exclusive use of the intended recipient. If you receive this e-mail in error please delete it from your system immediately and notify us either by e-mail or telephone. You should not copy, forward or otherwise disclose the content of the e-mail. The views expressed in this communication may not necessarily be the view held by WHISHWORKS.