/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

  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;