/tags/release-0.0.0-rc0/hive/external/ql/src/test/results/clientnegative/load_wrong_fileformat.q.out
# · text · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · a20b08c4c1aef51cb442c761e8f39394 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 load_wrong_fileformat_T1(name STRING) STORED AS SEQUENCEFILE
- 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 load_wrong_fileformat_T1(name STRING) STORED AS SEQUENCEFILE
- POSTHOOK: type: CREATETABLE
- POSTHOOK: Output: default@load_wrong_fileformat_T1
- PREHOOK: query: LOAD DATA LOCAL INPATH '../data/files/kv1.txt' INTO TABLE load_wrong_fileformat_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