You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2013/08/12 16:46:48 UTC

[jira] [Commented] (HIVE-5062) Insert + orderby + limit does not need additional RS for limiting rows

    [ https://issues.apache.org/jira/browse/HIVE-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736913#comment-13736913 ] 

Hive QA commented on HIVE-5062:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12597421/HIVE-5062.D12171.1.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 2789 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/402/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/402/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.
                
> Insert + orderby + limit does not need additional RS for limiting rows
> ----------------------------------------------------------------------
>
>                 Key: HIVE-5062
>                 URL: https://issues.apache.org/jira/browse/HIVE-5062
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-5062.D12171.1.patch
>
>
> The query,
> {noformat}
> insert overwrite table dummy select * from src order by key limit 10;
> {noformat}
> runs two MR but single MR is enough.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira