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

2010-01-27 Thread Viraj Bhat (JIRA)

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

Viraj Bhat updated PIG-531:
---

Fix Version/s: 0.5.0

Hi Olga,
 I think we have a way to handle it in multi-query optimization. Is it 
reasonable to close this as fixed.

I see the following in the Multi-query document about explain:

http://wiki.apache.org/pig/PigMultiQueryPerformanceSpecification

explain [-out ] [-brief] [-dot] [-param =]* [-param_file 
]* [-script ] []

Viraj

> 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.



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

2008-11-14 Thread Olga Natkovich (JIRA)

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

Olga Natkovich updated PIG-531:
---

Affects Version/s: types_branch
Fix Version/s: types_branch

> 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: types_branch
>Reporter: Olga Natkovich
> Fix For: types_branch
>
>
> 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.