You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by KayVajj <va...@gmail.com> on 2013/05/02 23:38:53 UTC

HIVE question

I'm running CDH 4.1.2 and Hive version 0.9.0.

I have a hive oozie action which is trying to load a file xyz.json into a
hive table defined with a serde.

The table already has a file named xyz.json.

The oozie hivve action fails with the following error

Hive history
> file=/tmp/mapred/hive_job_log_mapred_201305012308_1738766807.txt
> converting to local
> hdfs://hdfs:8020/user/xyz/thirdpartyjars//hive-serdes-1.0-SNAPSHOT.jar
> Added /tmp/mapred/hive_resources/hive-serdes-1.0-SNAPSHOT.jar to class path
> Added resource: /tmp/mapred/hive_resources/hive-serdes-1.0-SNAPSHOT.jar
> Loading data to table default.json_example
> Failed with exception copyFiles: error while moving files!!!
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.MoveTask
> Intercepting System.exit(1)
>

This issue seems to be related to JIRA issue HIVE-1996. Is this fixed and
if not what is the work around for this.