| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
10 (0.278s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PhysicalPlan leaves - Pig - [mail # user]
|
|
...Thanks Jonathan. The physical plan can have more than one leaf when the query contains more than one "store" ; each "store" is considered a leave . Regards, Sarah M. Hassan On W...
|
|
|
Author: Sarah Mohamed,
2012-12-21, 18:28
|
|
|
Re: PhysicalPlan leaves - Pig - [mail # user]
|
|
...Peace be on you, Jonathan, It gives one leaf also Regards, Sarah M. Hassan On Tue, Dec 18, 2012 at 4:24 AM, Jonathan Coveney wrote: ...
|
|
|
Author: Sarah Mohamed,
2012-12-19, 19:36
|
|
|
PhysicalPlan leaves - Pig - [mail # user]
|
|
...PhysicalPlan.getLeaves() return a list of leaves, Most of the cases it's only one"the root", is there any cases that the physical plan will have more than one leaf ? Thanks Sarah...
|
|
|
Author: Sarah Mohamed,
2012-12-17, 01:53
|
|
|
Re: Reconstruct the PhysicalPlan - Pig - [mail # user]
|
|
...Yes. Thank you. Regards, Sarah M. Hassan On Wed, Nov 28, 2012 at 9:17 PM, Jonathan Coveney wrote: ...
|
|
|
Author: Sarah Mohamed,
2012-11-29, 01:16
|
|
|
Re: Physical Plan - Pig - [mail # user]
|
|
...Ah. Thank you. Regards, Sarah M. Hassan On Mon, Nov 26, 2012 at 6:41 PM, Alan Gates wrote: ...
|
|
|
Author: Sarah Mohamed,
2012-11-27, 00:14
|
|
|
Re: Reconstruct the PhysicalPlan - Pig - [mail # user]
|
|
...Yes, I need the physical plan for visualizing purpose. I think my question was not clear enough I was asking if I could have the physical plan as a tree/graph structure. What I did tha...
|
|
|
Author: Sarah Mohamed,
2012-11-27, 00:09
|
|
|
Reconstruct the PhysicalPlan - Pig - [mail # user]
|
|
...Peace be on you, Is there a way to reconstruct the Physical Plan from the PhyPlanVisitor ? Or I have to do it manually be getting it's keys -and their entrySets (edges)- and leav...
|
|
|
Author: Sarah Mohamed,
2012-11-24, 00:53
|
|
|
Physical Plan - Pig - [mail # user]
|
|
...Is the Physical Plan binary tree ? (i.e. Could any node have more than two Physical Operators child ?) Regards, Sarah M. Hassan...
|
|
|
Author: Sarah Mohamed,
2012-11-18, 00:32
|
|
|
Re: PhyPlanVisitor & PreOrderDepthFirstWalker in Pig-0.10 - Pig - [mail # user]
|
|
...Anyone can help please ? On Mon, Oct 15, 2012 at 11:39 PM, Sarah Mohamed wrote: ...
|
|
|
Author: Sarah Mohamed,
2012-10-16, 22:36
|
|
|
PhyPlanVisitor & PreOrderDepthFirstWalker in Pig-0.10 - Pig - [mail # user]
|
|
...Hi all, I want to use visitor "PhyPlanVisitor" with walker " PreOrderDepthFirstWalker", And, in Pig-0.10, PreOrderDepthFirstWalker is not generic and it's implemented for org.apache.pi...
|
|
|
Author: Sarah Mohamed,
2012-10-15, 21:39
|
|
|
|