Thank you. It worked.
On Tue, Mar 4, 2014 at 3:32 PM, Rocky Grey <rockygrey(a)gmail.com> wrote:
Hi
I was able to run the examples/edgelist_example.pig from the graphbuilder
2.0.aplha build. However I have a question regarding the output
[OWL.People].00001 [OWL.People].00010 OWL.worksUnder
[OWL.People].00002 [OWL.People].00009 OWL.worksUnder
[OWL.People].00003 [OWL.People].00010 OWL.worksUnder
[OWL.People].00004 [OWL.People].00010 OWL.worksUnder
[OWL.People].00005 [OWL.People].00010 OWL.worksUnder
[OWL.People].00006 [OWL.People].00009 OWL.worksUnder
[OWL.People].00007 [OWL.People].00010 OWL.worksUnder
[OWL.People].00008 [OWL.People].00009 OWL.worksUnder
[OWL.People].00009 [OWL.People].00002 OWL.worksUnder
[OWL.People].00009 [OWL.People].00006 OWL.worksUnder
[OWL.People].00009 [OWL.People].00008 OWL.worksUnder
[OWL.People].00009 [OWL.People].00010 OWL.worksUnder
[OWL.People].00009 [OWL.People].00011 OWL.worksUnder
[OWL.People].00009 [OWL.People].00013 OWL.worksUnder
[OWL.People].00010 [OWL.People].00001 OWL.worksUnder
[OWL.People].00010 [OWL.People].00003 OWL.worksUnder
[OWL.People].00010 [OWL.People].00004 OWL.worksUnder
[OWL.People].00010 [OWL.People].00005 OWL.worksUnder
[OWL.People].00010 [OWL.People].00007 OWL.worksUnder
[OWL.People].00010 [OWL.People].00009 OWL.worksUnder
[OWL.People].00011 [OWL.People].00009 OWL.worksUnder
[OWL.People].00013 [OWL.People].00009 OWL.worksUnder
Wouldn't some records have "underManager" ? Every record is having
"OWL.worksUnder".
How would this indicate who works under whom and who is the manager. Seems
confusing. Am I missing something? Should I change something in the pig
script to indicate that the edges are directed ?
Thanks
Kousi