Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 76 (0.064s).
Loading phrases to help you
refine your search...
Re: suggestion - Pig - [mail # user]
...thanks   it was simply "blahblah field does not existing in schema for my_var : {......} "   On Thu, Jun 28, 2012 at 8:24 PM, Jonathan Coveney wrote:  ...
   Author: Yang, 2012-06-29, 03:26
suggestion - Pig - [mail # user]
...let's say my pig script generates 2 MR jobs.  it seems that currently pig parser won't try to parse the second part until it finishes running the first MR.  by that time 1 hour may...
   Author: Yang, 2012-06-29, 02:18
nested Tuple(Tuple) - Pig - [mail # user]
...it seems that (at least with 0.10.0 ) I can generate a nested tuple inside a bag.  but if I want to insert a tuple directly under a tuple, they seem to merge together into one level dir...
   Author: Yang, 2012-06-28, 20:04
PigStorage problem for nested structures? - Pig - [mail # user]
...if I have a field that contains ",", and I add it to a tuple,  then  then tuple becomes part of a row  in a relation.  I STORE the relation using PigStorage. so each row ...
   Author: Yang, 2012-06-28, 19:48
Re: can't verify an output bag with pigUnit? - Pig - [mail # user]
...nice I'll try to contribute something  On Wed, Jun 27, 2012 at 1:31 PM, Daniel Dai  wrote:  ...
   Author: Yang, 2012-06-27, 23:23
classloader priority? - Pig - [mail # user]
...if I run hadoop jar myjar.jar  and myjar.jar contains some hadoop classes, where would these hadoop classes be loaded from ? the system hadoop installation or from myjar.jar ?   Th...
   Author: Yang, 2012-06-25, 21:18
Re: FLATTEN() behavior difference in 0.8.1 and 0.10.0 ? - Pig - [mail # user]
...thanks Robert, I'll try it On Jun 25, 2012 3:56 AM, "Norbert Burger"  wrote:  ...
   Author: Yang, 2012-06-25, 13:45
Re: FLATTEN() behavior difference in 0.8.1 and 0.10.0 ? - Pig - [mail # user]
...thanks,  but this is a bit more cumbersome: if I have  generate K.(x1), K.(x2), K.(x3) .... , K.(x100);  I'd have to re-write each xn by adding K.( )   it would be nice i...
   Author: Yang, 2012-06-24, 18:40
how to know which part of the explain plan my MR job is running? - Pig - [mail # user]
...now my pig script is stuck at one of the MR jobs, in reduce stage, it stayed in reducing state for 30minutes without much progress.  now, to debug this, how could I determine which part...
   Author: Yang, 2012-06-24, 11:13
FLATTEN() behavior difference in 0.8.1 and 0.10.0 ? - Pig - [mail # user]
...my UDF returns a bag of tuples : mybag:bag{ mytuple: tuple ( x: int, y:int)}  in my pig script:  I do  K = foreach blah generate UDF( xxx);  M = foreach K generate x; &nb...
   Author: Yang, 2012-06-24, 10:40
Sort:
project
Pig (76)
Avro (52)
Zookeeper (21)
Hadoop (15)
HBase (8)
MapReduce (5)
Hive (1)
type
mail # user (76)
date
last 7 days (0)
last 30 days (1)
last 90 days (6)
last 6 months (8)
last 9 months (76)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (731)
Daniel Dai (541)
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)
Yang