[Hive] job submission exception if input is null
------------------------------------------------
Key: HADOOP-4273
URL: https://issues.apache.org/jira/browse/HADOOP-4273
Project: Hadoop Core
Issue Type: Bug
Components: contrib/hive
Reporter: Namit Jain
Assignee: Namit Jain
If a table is empty, and the following query is issued:
select a, count(1) from x group by a;
the second map-reduce job dies (job submission fails since the input is empty)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.