Home | About | Sematext search-lucene.com search-hadoop.com
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
Sort:
project
Pig (118)
Hive (5)
Hadoop (3)
type
mail # user (91)
mail # dev (25)
issue (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (118)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
hc busy