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/11/04 12:02:18 UTC

[jira] [Commented] (HIVE-4880) Rearrange explain order of stages simpler

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

Hive QA commented on HIVE-4880:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12611930/D11733.4.patch

{color:green}SUCCESS:{color} +1 4548 tests passed

Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/128/testReport
Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/128/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12611930

> Rearrange explain order of stages simpler
> -----------------------------------------
>
>                 Key: HIVE-4880
>                 URL: https://issues.apache.org/jira/browse/HIVE-4880
>             Project: Hive
>          Issue Type: Improvement
>          Components: Diagnosability
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: D11733.2.patch, D11733.3.patch, D11733.4.patch, HIVE-4880.D11733.1.patch
>
>
> Current explain order of stages is not best form to read (and to debug)
> {noformat}
> Before:
> STAGE DEPENDENCIES:
>   Stage-1 is a root stage
>   Stage-7 depends on stages: Stage-1 , consists of Stage-4, Stage-3, Stage-5
>   Stage-4
>   Stage-0 depends on stages: Stage-4, Stage-3, Stage-6
>   Stage-9 depends on stages: Stage-0
>   Stage-2 depends on stages: Stage-9
>   Stage-3
>   Stage-5
>   Stage-6 depends on stages: Stage-5
> After:
> STAGE DEPENDENCIES:
>   Stage-1 is a root stage
>   Stage-2 depends on stages: Stage-1 , consists of Stage-3, Stage-4, Stage-5
>   Stage-3
>   Stage-4
>   Stage-5
>   Stage-6 depends on stages: Stage-5
>   Stage-7 depends on stages: Stage-3, Stage-4, Stage-6
>   Stage-8 depends on stages: Stage-7
>   Stage-9 depends on stages: Stage-8
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)