PageRenderTime 41ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientnegative/fileformat_bad_class.q

#
text | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | c8376075fc5439f7876e389788a94e48 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. CREATE TABLE dest1(key INT, value STRING) STORED AS
  2. INPUTFORMAT 'ClassDoesNotExist'
  3. OUTPUTFORMAT 'java.lang.Void';