incorrect reducer count reported on some group bys
--------------------------------------------------

                 Key: HIVE-225
                 URL: https://issues.apache.org/jira/browse/HIVE-225
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Joydeep Sen Sarma
            Priority: Minor


select count(1) from mm_base where ip like '10.130.1.%';

uses 1 reducer, but console says:

hive> 
select count(1) from mm_base where ip like '10.130.1.%';
Total MapReduce jobs = 1
Number of reducers = 31


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to