-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27313/
-----------------------------------------------------------

Review request for hive.


Repository: hive-git


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


Diffs
-----

  metastore/scripts/upgrade/mssql/004-HIVE-8550.mssql.sql PRE-CREATION 
  metastore/scripts/upgrade/mssql/upgrade-0.13.0-to-0.14.0.mssql.sql 1bda6d5 
  metastore/src/model/package.jdo f8936dc 

Diff: https://reviews.apache.org/r/27313/diff/


Testing
-------

1. stop all services
2. drop HIVE DB
2. enable datanucleus.autoCreateSchema
3. start all services
4. run 004-HIVE-8550.mssql.sql

It fixed the issue.


Thanks,

XIAOBING ZHOU

Reply via email to