| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
132 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: release strategy - Pig - [mail # dev]
|
|
... On 6/2/11 2:09 PM, "Olga Natkovich" wrote: the Clarifying for sake users who are not familiar with pig release process - A new svn branch is created when a ne...
|
|
|
Author: Thejas M Nair,
2011-06-03, 15:08
|
|
|
Re: how to operate a map type - Pig - [mail # user]
|
|
...Another alternative is to write a udf that returns all keys in a map as a b ag. I think this will be useful addition to piggybank. It will also be useful t o have getEntries(Map), getValues(...
|
|
|
Author: Thejas M Nair,
2011-06-02, 18:58
|
|
|
Re: Converting a tuple to rows - Pig - [mail # user]
|
|
...one_word_per_line = FOREACH words GENERATE FLATTEN(TOBAG(*)); -Thejas On 6/2/11 11:38 AM, "Xavier Stevens" wrote: I'm currently trying to write a pig script to outpu...
|
|
|
Author: Thejas M Nair,
2011-06-02, 18:52
|
|
|
Re: Getting Error : java.io.IOException: Spill failed - Pig - [mail # user]
|
|
...How big is the output of the join expected to be ? (for example, if you hav e large number of join keys with same value in both files, the output could be very large). Are you using re...
|
|
|
Author: Thejas M Nair,
2011-06-01, 15:46
|
|
|
Re: Getting Error : java.io.IOException: Spill failed - Pig - [mail # user]
|
|
...Do you have enough disk space on each node ? It looks like MR is having pro blem writing/finding a disk to write. Are you seeing this problem for all pig/MR jobs or just one of them ? ...
|
|
|
Author: Thejas M Nair,
2011-06-01, 14:53
|
|
|
Re: No of reducers - Pig - [mail # dev]
|
|
...In pig 0.8 the default number of reducers changed from 1 to a value compute d based on input data size - http://pig.apache.org/docs/r0.8.1/cookbook.html#Use+the+Parallel+Features -Thej...
|
|
|
Author: Thejas M Nair,
2011-05-31, 18:41
|
|
|
Re: How to make a UDF that can take a variable number of arguments while using getArgToFuncMapping? - Pig - [mail # user]
|
|
...As a workaround , you can use - MAX(TOBAG(a,b,c)); For example , if a,b,c columns are of type int. Then, TOBAG(a,b,c) will hav e a schema of bag of integers, and the org.apache.pig.bui...
|
|
|
Author: Thejas M Nair,
2011-05-20, 18:41
|
|
|
Re: Question about immediately projecting on a strsplit() return tuple... - Pig - [mail # user]
|
|
... On 5/17/11 12:20 PM, "Daniel Eklund" wrote: ession Yes, that is correct. . I I think you would need to use the pig jar without hadoop in it, if you are using C...
|
|
|
Author: Thejas M Nair,
2011-05-17, 20:41
|
|
|
Re: Question about immediately projecting on a strsplit() return tuple... - Pig - [mail # user]
|
|
...Are you using 0.8.1 release ? It has several bug fixes. The new logical plan was introduced in 0.8 to make it easier to write optim ization rules. The error seems to be caused by some bug in...
|
|
|
Author: Thejas M Nair,
2011-05-17, 18:39
|
|
|
Re: java.lang.OutOfMemoryError while running Pig Job - Pig - [mail # user]
|
|
...The stack trace shows that the OOM error is happening when the distinct is being applied. It looks like in some record(s) of the relation group_it, on e more of the following bags is very la...
|
|
|
Author: Thejas M Nair,
2011-05-13, 23:46
|
|
|
|