Might be an access right problem of the hive server user.
Le jeu. 4 juin 2015 à 11:53, Chinna Rao Lalam
a écrit :
> Hi,
>
> If you are table name is orc_table in the exception i can see the table
> name as "test"
>
> Moving data to: hdfs://:8020/apps/hive/warehouse/test
>
> Failed with exception
Hi,
If you are table name is orc_table in the exception i can see the table
name as "test"
Moving data to: hdfs://:8020/apps/hive/warehouse/test
Failed with exception Unable to rename:
hdfs://:8020/tmp/hive/hdfs/d240f669-b238-4697-9315-5f77eefff887/hive_2015-05-20_21-44-22_028_879858558634852277
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"
> wrote:
>
> Hi,
>
> We are trying to create a Hive ORC Table with Tez. DDL command for the same
> is
>
>
> create table orc_tabl
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