Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 118 (0.159s).
Loading phrases to help you
refine your search...
Re: UDF with two Bag one per group and one 'static' - Pig - [mail # user]
...Is there a Java preprocessor?  On Fri, Apr 30, 2010 at 9:54 AM, Dmitriy Ryaboy  wrote:  ...
   Author: hc busy, 2010-04-30, 16:57
Re: UDF with two Bag one per group and one 'static' - Pig - [mail # user]
...Sometimes, I find it necessary to project before performing the group by. Because there isn't support for functions or #def's it's not possible to pass in which column to group by, except to...
   Author: hc busy, 2010-04-30, 16:45
Re: how to debug pig with ERROR 6017 - Pig - [mail # user]
...Okay, just went through and 'describ'ed every table. types all seem fine. The failure happens about 10 minutes into the execution... so it's a second or third MR failing to read something in...
   Author: hc busy, 2010-04-30, 04:50
Re: how to debug pig with ERROR 6017 - Pig - [mail # user]
...I tried to turn optimization offer per collegue's suggestion, and it still failed the same place. No error from the hadoop UI.  On Thu, Apr 29, 2010 at 4:05 PM, hc busy  wrote: &nb...
   Author: hc busy, 2010-04-30, 01:34
how to debug pig with ERROR 6017 - Pig - [mail # user]
...Hey guys, I'm trying to figure out why my pig script crashes half way (after 2 or 3 mr's) The error is below. I took a dump of the plan and didn't see anything suspicious except that the mis...
   Author: hc busy, 2010-04-29, 23:05
Re: how to compare? - Pig - [mail # dev]
...I'm not sure. If the type of two things that I am comparing (typically same field of tuples inside a bag) I expect it to throw an error instead of ordering the results by the datatype.  ...
   Author: hc busy, 2010-04-28, 16:35
how to compare? - Pig - [mail # dev]
...guys, I'm implementing that ExtremalTupleByNthField and I have a question about comparison...   So, when I have parsed out the two objects that I want to compare how do I perform that c...
   Author: hc busy, 2010-04-28, 05:12
cross join - Pig - [mail # user]
...guys, I'm looking at the doc's for CROSS join and noticed that it's not really a cross join, more rather just a cross:  alias = CROSS alias, alias [, alias …] [PARALLEL n];   there...
   Author: hc busy, 2010-04-28, 02:21
Re: chaining pig scripts - Pig - [mail # user]
...Has anybody had success with a 'touch' statement inside of pigscript and a separate process polling to see when that file completes?  script 1 touch /markers/stage_one_complete then jav...
   Author: hc busy, 2010-04-27, 16:33
Re: takeOne - Pig - [mail # user]
...yeah, but that's a bag of one item. I want to take one and get that thing inside  U = foreach t generate takeOne({(1,2,3)});  I want the result of takeOne to be a long with value 1...
   Author: hc busy, 2010-04-27, 05:34
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 (954)
Jonathan Coveney (729)
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)
hc busy