| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
64 (0.096s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: how to use builtin String functions - Pig - [mail # user]
|
|
...Thanks. Somehow, it's not recognizing these functions. grunt> *DUMP A;* (a-b-c,1) (x-y,2) (z,3) grunt> *DESCRIBE A;* A: {code: chararray,v: int} grunt> *B = FOREACH A GE...
|
|
|
Author: Dexin Wang,
2011-01-14, 01:38
|
|
|
how to use builtin String functions - Pig - [mail # user]
|
|
...I see there are some builtin string functions, but I don't know how to use them. I got this error when I follow the examples: grunt> REGEX_EXTRACT_ALL('192.168.1.5:8020', '(.*)\:(.*...
|
|
|
Author: Dexin Wang,
2011-01-13, 01:43
|
|
|
Re: wild card for all fields in a tuple - Pig - [mail # user]
|
|
...Yeah, that works great. Thanks Jonathan and Alan. I can see that all fields in between feature will be totally useful for some cases. On Wed, Jan 12, 2011 at 3:33 PM, Alan Gates ...
|
|
|
Author: Dexin Wang,
2011-01-12, 23:44
|
|
|
wild card for all fields in a tuple - Pig - [mail # user]
|
|
...Hi, Hope there is some simple answer to this. I have bunch of rows, for each row, I want to add a column which is derived from some existing columns. And I have large number of columns...
|
|
|
Author: Dexin Wang,
2011-01-12, 22:51
|
|
|
Re: FLATTEN eats null rows? - Pig - [mail # user]
|
|
...Thanks. Both worked fine. I think I'll make a MyFlatten that doesn't drop the empty bag. Say you want to COGROUP 3 or more bags, you would have to do a many COGROUP or JOIN, then do Is...
|
|
|
Author: Dexin Wang,
2010-12-31, 04:02
|
|
|
FLATTEN eats null rows? - Pig - [mail # user]
|
|
...Seems after FLATTEN, the rows with null values get dropped. I have two test files: % cat test1.txt 1 a b 2 c d 3 e f % cat test2.txt 1 x 2 y 6 z 8 w I'm trying to cog...
|
|
|
Author: Dexin Wang,
2010-12-31, 00:35
|
|
|
Re: set reducer timeout with pig - Pig - [mail # user]
|
|
...It doesn't seem to work. I got 2010-12-22 21:36:59,120 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. Unrecognized set key: mapred.task.timeout  ...
|
|
|
Author: Dexin Wang,
2010-12-23, 03:38
|
|
|
set reducer timeout with pig - Pig - [mail # user]
|
|
...Hi, How do I change the default timeout for reducer with Pig? I have some reducer that needs to take longer than 10 minutes to finish. It is pretty frustrating to see many of get to 95...
|
|
|
Author: Dexin Wang,
2010-12-21, 21:23
|
|
|
Re: increment counters in Pig UDF - Pig - [mail # user]
|
|
...Perfect. Thanks. On Dec 16, 2010, at 7:41 AM, Dmitriy Ryaboy wrote: rs...
|
|
|
Author: Dexin Wang,
2010-12-16, 17:07
|
|
|
increment counters in Pig UDF - Pig - [mail # user]
|
|
...Is it possible to increment a counter in Pig UDF (in either Load/Eval/Store Func). Since we have access to counters using the org.apache.hadoop.mapred.Reporter: http://hadoop.apa...
|
|
|
Author: Dexin Wang,
2010-12-16, 01:17
|
|
|
|