blob: b2fca93c9745cd39de4f25e03984347ad6e5de32 [file] [log] [blame]
create table test_n3 (a int) stored as inputformat 'org.apache.hadoop.hive.ql.io.RCFileInputFormat' outputformat 'org.apache.hadoop.hive.ql.io.RCFileOutputFormat' inputdriver 'RCFileInDriver' outputdriver 'RCFileOutDriver';
desc extended test_n3;