bogus assertion in GroupByOperator.initializeOp
-----------------------------------------------
Key: HIVE-1215
URL: https://issues.apache.org/jira/browse/HIVE-1215
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Affects Versions: 0.5.0
Reporter: John Sichi
Fix For: 0.6.0
export HADOOP_OPTS="-ea"
and then run the following query in Hive:
select count(1) from pokes;
This causes an assertion failure:
Caused by: java.lang.AssertionError
at
org.apache.hadoop.hive.ql.exec.GroupByOperator.initializeOp(GroupByOperator.java:161)
at org.apache.hadoop.hive.ql.exec.Operator.initialize(Operator.java:344)
at
org.apache.hadoop.hive.ql.exec.ExecReducer.configure(ExecReducer.java:143)
... 10 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.