| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
731 (0.189s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PhysicalPlan leaves - Pig - [mail # user]
|
|
...Try it with joins, I think 2012/12/16 Sarah Mohamed ...
|
|
|
Author: Jonathan Coveney,
2012-12-18, 02:24
|
|
|
[PIG-3093] Self join + realias results in schema errors - Pig - [issue]
|
|
...So this one took a while to isolate, but is pretty crazy.A = load 'a' as (field1:chararray);B = foreach A generate *;C = join A by field1, B by field1;D = foreach C generate A::field1 as fie...
|
|
|
http://issues.apache.org/jira/browse/PIG-3093
Author: Jonathan Coveney,
2012-12-18, 00:19
|
|
|
Re: Join Multiple Relations by Different Fields - Pig - [mail # user]
|
|
...it's a little confusing, but the following is a tuple: (key1,foo,) it's just not the tuple you want. it is a tuple where the first field is "key1,foo" and the second field is null. The...
|
|
|
Author: Jonathan Coveney,
2012-12-14, 18:54
|
|
|
Re: pig support for in operator - Pig - [mail # user]
|
|
...This is a join. This is equivalent to. A = load 'test_data' as (value); B = foreach 'filter_data' as (x:int); C = join A by value, B by x using 'replicated'; D = foreach C generate va...
|
|
|
Author: Jonathan Coveney,
2012-12-14, 07:03
|
|
|
Can someone explain the purpose UID serves in the logical plan? - Pig - [mail # dev]
|
|
...Howdy ya'll, I'm trying to fix the issue in this JIRA: https://issues.apache.org/jira/browse/PIG-3093 I got the plan at one point, as saw this: #---------------------------...
|
|
|
Author: Jonathan Coveney,
2012-12-13, 22:17
|
|
|
Re: Our release process - Pig - [mail # dev]
|
|
...Olga, A related but separate question: what do y'all do when there is a feature that is finished, but for an upcoming release? ie a feature in trunk, but not in 0.11 (which, let us ass...
|
|
|
Author: Jonathan Coveney,
2012-12-13, 21:14
|
|
|
Re: RESOLVED: ERROR 2999: Unexpected internal error. null - Pig - [mail # user]
|
|
...Glad you got to the bottom of it, and thanks for letting us know what fixed it! 2012/12/12 James Schappet ...
|
|
|
Author: Jonathan Coveney,
2012-12-12, 18:07
|
|
|
Re: Parsing variable schema - Pig - [mail # user]
|
|
...I'm a little vague on what you want to do. Can you provide an example? 2012/12/11 Prashant Kommireddi ...
|
|
|
Author: Jonathan Coveney,
2012-12-12, 18:07
|
|
|
Re: ERROR 2999: Unexpected internal error. null - Pig - [mail # user]
|
|
...Sounds like there could be a wrong version on the classpath then 2012/12/11 William Oberman ...
|
|
|
Author: Jonathan Coveney,
2012-12-11, 19:10
|
|
|
Re: ERROR 2999: Unexpected internal error. null - Pig - [mail # user]
|
|
...If I were debugging this (note, I know nothing about cassandra), I would put a flag in my ide on cassandra storage and see what is going on in there, and why it is erroring out. Then I would...
|
|
|
Author: Jonathan Coveney,
2012-12-11, 18:00
|
|
|
|