You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/01/28 02:00:43 UTC

[jira] Resolved: (PIG-531) Way for explain to show 1 plan at a time

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

Olga Natkovich resolved PIG-531.
--------------------------------

    Resolution: Fixed

resolved as part of 0.3.0 release

> Way for explain to show 1 plan at a time
> ----------------------------------------
>
>                 Key: PIG-531
>                 URL: https://issues.apache.org/jira/browse/PIG-531
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: Olga Natkovich
>             Fix For: 0.5.0
>
>
> Several users complained that EXPLAIN output is too verbose and is hard to make sense of.
> One way to improve the situation is to realize is that EXPLAIN actually contains several plans: logical, physical, backend specific. So we can update EXPLAIN to allow to show a particular plan. For instance
> EXPLAIN LOGICAL A;
> would show only logical plan.

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