blob: 928fe7c3de2abe2d0c0d06d9e12f14c5f8bde813 [file] [log] [blame]
create table alter_file_format_test (key int, value string);
desc FORMATTED alter_file_format_test;
ALTER TABLE alter_file_format_test SET FILEFORMAT INPUTFORMAT 'org.apache.hadoop.mapred.TextInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat';
drop table alter_partition_format_test;