PageRenderTime 36ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  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 T1(name STRING) STORED AS RCFILE
  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 T1(name STRING) STORED AS RCFILE
  8. POSTHOOK: type: CREATETABLE
  9. POSTHOOK: Output: default@T1
  10. PREHOOK: query: LOAD DATA LOCAL INPATH '../data/files/kv1.seq' INTO TABLE 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