hi,

Can anybody reproduce following error : ( My env is hadoop2.7.2 and hive2.01)

create external table ods.loadtest
(
c1 string
)
location '/tmp/loadtest';

LOAD DATA LOCAL INPATH '1.dat' overwrite INTO TABLE ODS.loadtest;

Loading data to table ods.loadtest
Failed with exception java.lang.IndexOutOfBoundsException
FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.MoveTask

more 1.dat
0

Reply via email to