[
https://issues.apache.org/jira/browse/HIVE-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Zhou updated HIVE-8550:
--------------------------------
Description:
Steps to reproduce:
1) Copy the file partitioned.txt to the root folder of your HDFS root dir. Copy
the two hql files to your local directory.
2) Open Hive CLI.
3) Run:
hive> source <path to CreatePartitionedTable.hql>;
4) Run
hive> source <path to LoadIntoPartitionedTable.hql>;
The following error will be shown:
hive> source C:\Scripts\partition\LoadIntoPartitionedTable.hql;
Loading data to table default.mypartitioned partition (tag=ä¶µ)
Failed with exception null
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.MoveTask
was:
Steps to reproduce:
1) Copy the file partitioned.txt to the root folder of your default Wasb
container. Copy the two hql files to your local directory.
2) Open Hive CLI.
3) Run:
hive> source <path to CreatePartitionedTable.hql>;
4) Run
hive> source <path to LoadIntoPartitionedTable.hql>;
The following error will be shown:
hive> source C:\Scripts\partition\LoadIntoPartitionedTable.hql;
Loading data to table default.mypartitioned partition (tag=ä¶µ)
Failed with exception null
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.MoveTask
> Hive cannot load data into partitioned table with Unicode key
> -------------------------------------------------------------
>
> Key: HIVE-8550
> URL: https://issues.apache.org/jira/browse/HIVE-8550
> Project: Hive
> Issue Type: Bug
> Environment: Windows
> Reporter: Xiaobing Zhou
> Priority: Critical
>
> Steps to reproduce:
> 1) Copy the file partitioned.txt to the root folder of your HDFS root dir.
> Copy the two hql files to your local directory.
> 2) Open Hive CLI.
> 3) Run:
> hive> source <path to CreatePartitionedTable.hql>;
> 4) Run
> hive> source <path to LoadIntoPartitionedTable.hql>;
> The following error will be shown:
> hive> source C:\Scripts\partition\LoadIntoPartitionedTable.hql;
> Loading data to table default.mypartitioned partition (tag=ä¶µ)
> Failed with exception null
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.MoveTask
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)