| 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
|
|
|
|