Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)