/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

  1. PREHOOK: query: -- test for loading into tables with the correct file format
  2. -- test for loading into partitions with the correct file format
  3. CREATE TABLE load_wrong_fileformat_T1(name STRING) STORED AS SEQUENCEFILE
  4. PREHOOK: type: CREATETABLE
  5. POSTHOOK: query: -- test for loading into tables with the correct file format
  6. -- test for loading into partitions with the correct file format
  7. CREATE TABLE load_wrong_fileformat_T1(name STRING) STORED AS SEQUENCEFILE
  8. POSTHOOK: type: CREATETABLE
  9. POSTHOOK: Output: default@load_wrong_fileformat_T1
  10. PREHOOK: query: LOAD DATA LOCAL INPATH '../data/files/kv1.txt' INTO TABLE load_wrong_fileformat_T1
  11. PREHOOK: type: LOAD
  12. Failed with exception Wrong file format. Please check the file's format.
  13. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask