PageRenderTime 54ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
text | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 8b12ffc20e5866850c63c069b10acf09 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. -- 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. LOAD DATA LOCAL INPATH '../data/files/kv1.txt' INTO TABLE load_wrong_fileformat_T1;