CombineHiveInputFormat breaks.
------------------------------
Key: HIVE-1243
URL: https://issues.apache.org/jira/browse/HIVE-1243
Project: Hadoop Hive
Issue Type: Bug
Affects Versions: 0.6.0
Reporter: He Yongqiang
set hive.input.format = org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;set
mapred.min.split.size.per.node=8;set hive.exec.compress.output = true;set
mapred.min.split.size=256;
drop table combine1_1;create table combine1_1(key string, value string) stored
as textfile;
insert overwrite table combine1_1 select * from src;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.