You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/02/19 05:43:04 UTC

[jira] Resolved: (HIVE-276) input3_limit.q fails under 0.17

     [ https://issues.apache.org/jira/browse/HIVE-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HIVE-276.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0
                   0.2.0
     Release Note: HIVE-276. Fix input3_limit.q for hadoop 0.17. (zshao)
     Hadoop Flags: [Reviewed]

trunk: Committed revision 745721.
branch 0.2: Committed revision 745723.


> input3_limit.q fails under 0.17
> -------------------------------
>
>                 Key: HIVE-276
>                 URL: https://issues.apache.org/jira/browse/HIVE-276
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.2.0, 0.3.0
>
>         Attachments: HIVE-276.1.patch, HIVE-276.2.patch
>
>
> The plan ql/src/test/results/clientpositive/input3_limit.q.out shows that there are 2 map-reduce jobs:
> The first one is distributed and sorted as is specified by the query. The reducer side has LIMIT 20.
> The second one (single reducer job imposed by LIMIT 20) does not have the same sort order, so the final result is non-deterministic.

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