| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
118 (0.094s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-1016] Allow map to take non-bytearray value types. - Pig - [issue]
|
|
...Hi, I'm trying to load a map that has a tuple for value. The read fails in 0.4.0 because of a misconfiguration in the parser. Where as in almost all documentation it is stated that value of ...
|
|
|
http://issues.apache.org/jira/browse/PIG-1016
Author: hc busy,
2012-11-26, 02:58
|
|
|
[PIG-1665] Add cross as a nested_op - Pig - [issue]
|
|
...It would be good to be able to cross inside a foreach:A = load 'data' as (ind:int, ind2:int, ind3:int, value:int);B = group A by ind;C = foreach B { c = cross A.(ind2, value), A....
|
|
|
http://issues.apache.org/jira/browse/PIG-1665
Author: hc busy,
2012-08-24, 19:00
|
|
|
Re: funny error - Pig - [mail # user]
|
|
...Well, that's a great point! The only reason why I'm creating a large 60k pigscript to run (among over half a dozen people adding/modifying scripts) is that when pig compiles scri...
|
|
|
Author: hc busy,
2010-09-30, 21:32
|
|
|
Re: funny error - Pig - [mail # user]
|
|
...But having complained about error, I want to say this seems like a really courteous error message ERROR 1007: Found duplicates in schema. : 2 columns, column_name: 2 columns. *Please*...
|
|
|
Author: hc busy,
2010-09-30, 03:20
|
|
|
Re: funny error - Pig - [mail # user]
|
|
..."null" was the error. this 60k PigLatin script that I'm running hasn't changed that much, but suddenly started erroring out. I've rebuilt pig release 7 from scratch, checked java version, er...
|
|
|
Author: hc busy,
2010-09-30, 03:18
|
|
|
funny error - Pig - [mail # user]
|
|
...Guys, I'm seeing this one 2998 Unexpected internal error. Can we be more specific or dump a stack trace when this happens?...
|
|
|
Author: hc busy,
2010-09-30, 03:09
|
|
|
Re: Accessing Nested Json - Pig - [mail # user]
|
|
...hooray! On Wed, Sep 29, 2010 at 4:24 PM, Alan Gates wrote: ...
|
|
|
Author: hc busy,
2010-09-30, 03:09
|
|
|
Re: Accessing Nested Json - Pig - [mail # user]
|
|
...I thought map can only take bytearray as value type? On Wed, Sep 29, 2010 at 1:53 PM, Alan Gates wrote: ...
|
|
|
Author: hc busy,
2010-09-29, 22:46
|
|
|
Re: Is there a workaround to "Projection map of new predecessor is null" ?? - Pig - [mail # user]
|
|
...Ok, after reading and rereading 2k worth of PigLatin, we've finally found the foul alias. The error is generated by the following pig latin: g = group table by (a,b); h = foreach g gen...
|
|
|
Author: hc busy,
2010-09-23, 19:13
|
|
|
Re: Problem with Pig Store command - Pig - [mail # user]
|
|
...I'm not sure then. Maybe ask other ppl for suggestions. The fact that the output is not absolute seem suspicious, also try using ', ' instead of space, did u try store W into '*/...
|
|
|
Author: hc busy,
2010-09-21, 22:21
|
|
|
|