Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
0.13.0
-
None
-
None
-
None
-
Windows Server 2008
Description
Steps to reproduce:
1) Copy the file partitioned.txt to the root folder HDFS. 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
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-8550 Hive cannot load data into partitioned table with Unicode key
- Closed