PageRenderTime 68ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/ql/src/test/results/clientnegative/exim_00_unsupported_schema.q.out

#
text | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | 2d7485ecc68aa699c4cb6b1c6bdce6d2 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: create table exim_department ( dep_id int comment "department id")
  2. stored as textfile
  3. tblproperties("creator"="krishna")
  4. PREHOOK: type: CREATETABLE
  5. POSTHOOK: query: create table exim_department ( dep_id int comment "department id")
  6. stored as textfile
  7. tblproperties("creator"="krishna")
  8. POSTHOOK: type: CREATETABLE
  9. POSTHOOK: Output: default@exim_department
  10. PREHOOK: query: load data local inpath "../data/files/test.dat" into table exim_department
  11. PREHOOK: type: LOAD
  12. PREHOOK: Output: default@exim_department
  13. POSTHOOK: query: load data local inpath "../data/files/test.dat" into table exim_department
  14. POSTHOOK: type: LOAD
  15. POSTHOOK: Output: default@exim_department
  16. FAILED: Error in semantic analysis: Invalid path only the following file systems accepted for export/import : hdfs,pfile