/tags/release-0.0.0-rc0/hive/external/ql/src/test/results/clientnegative/load_wrong_fileformat_rc_seq.q.out
# · text · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · 87d0694b355c17eece02f4a9233f1416 MD5 · raw file
- PREHOOK: query: -- test for loading into tables with the correct file format
- -- test for loading into partitions with the correct file format
- CREATE TABLE T1(name STRING) STORED AS RCFILE
- PREHOOK: type: CREATETABLE
- POSTHOOK: query: -- test for loading into tables with the correct file format
- -- test for loading into partitions with the correct file format
- CREATE TABLE T1(name STRING) STORED AS RCFILE
- POSTHOOK: type: CREATETABLE
- POSTHOOK: Output: default@T1
- PREHOOK: query: LOAD DATA LOCAL INPATH '../data/files/kv1.seq' INTO TABLE T1
- PREHOOK: type: LOAD
- Failed with exception Wrong file format. Please check the file's format.
- FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask