Fixed schema template.

This commit is contained in:
Nong Li
2012-09-12 18:43:14 -07:00
committed by Henry Robinson
parent 5b2621a401
commit 7c411da86c

View File

@@ -1051,8 +1051,6 @@ CREATE TABLE %(table_name)s (
e double)
row format delimited fields terminated by ','
stored as %(file_format)s;
# Hive on mini-dfs doesn't work with CombineHiveInputFormat, use HiveInputFormat instead
# IMP-269
SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
INSERT OVERWRITE TABLE nulltable select 'a', '', NULL, NULL, NULL from alltypes limit 1;
SET hive.input.format=org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;