| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
142 (4.633s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Why "Pig" - Pig - [mail # user]
|
|
...Hmmm, that's a retronym that I had not heard of. Santhosh From: Dmitriy Ryaboy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 03, 2009 7:24 PM To: [EMAIL PROTECTED] Subjec...
|
|
|
Author: Santhosh Srinivasan,
2009-04-04, 02:27
|
|
|
RE: UDF with nested bag in tuples - Pig - [mail # user]
|
|
...Zehua, I modified your outputSchema method (added two lines and removed one line). This should work. Let me know if it does not. Thanks, Santhosh public Schema outputSch...
|
|
|
Author: Santhosh Srinivasan,
2009-04-04, 00:27
|
|
|
RE: Count lines of text - Pig - [mail # user]
|
|
...A = load 'input'; B = group A all; C = foreach B generate COUNT(A); dump C; Santhosh From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Edward J. Yoon Sent: Thursda...
|
|
|
Author: Santhosh Srinivasan,
2009-04-03, 06:20
|
|
|
RE: [VOTE] Release Pig 0.2.0 (candidate 2) - Pig - [mail # dev]
|
|
...+1 Santhosh From: Alan Gates [mailto:[EMAIL PROTECTED]] Sent: Friday, March 27, 2009 6:08 PM To: [EMAIL PROTECTED] Subject: [VOTE] Release Pig 0.2.0 (candidate 2) Pig...
|
|
|
Author: Santhosh Srinivasan,
2009-03-31, 17:50
|
|
|
RE: unable to spill content to disk warning - Pig - [mail # user]
|
|
...This is a warning with the correct message. This warning could potentially lead to out of memory and/or out of (temporary) disk space errors. If there are no such errors, it is safe to assum...
|
|
|
Author: Santhosh Srinivasan,
2009-03-30, 21:55
|
|
|
RE: Regex operand - chararray only - Pig - [mail # user]
|
|
...Tamir, x2 = FILTER x1 BY ( IsEmpty(p3) AND (IsEmpty(rdt1) OR (rdt1.to matches '.*com')) ); Here projecting the column 'to' from the bag 'rdt1' will give you a bag of chararray. &...
|
|
|
Author: Santhosh Srinivasan,
2009-03-26, 16:38
|
|
|
RE: [VOTE] Release Pig 1.0.0 (candidate 0) - Pig - [mail # dev]
|
|
...I am doing it now. Santhosh From: Nigel Daley [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 21, 2009 3:32 PM To: [EMAIL PROTECTED] Subject: Re: [VOTE] Release Pig 1.0.0...
|
|
|
Author: Santhosh Srinivasan,
2009-03-22, 23:04
|
|
|
RE: [VOTE] Release Pig 1.0.0 (candidate 0) - Pig - [mail # dev]
|
|
...Nigel, It was a discussion without the call for a vote. I am attaching the email that was sent out back then. Thanks, Santhosh From: Nigel Daley [mailto:[EMAIL PROTECTED]] ...
|
|
|
Author: Santhosh Srinivasan,
2009-03-20, 20:51
|
|
|
RE: [VOTE] Release Pig 1.0.0 (candidate 0) - Pig - [mail # dev]
|
|
...-1 on the 1.0.0 release. IMHO, Pig is relatively stable but not quite there. I would prefer 0.2.0 1. 1.0.0 signifies a highly stable and solid release which will require a little bit m...
|
|
|
Author: Santhosh Srinivasan,
2009-03-20, 18:54
|
|
|
RE: Split with no if condition - Pig - [mail # user]
|
|
...Split A into B if 1 == 1, C if 1 ==1; Santhosh From: Iman Elghandour [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 19, 2009 9:37 AM To: [EMAIL PROTECTED] Subject:...
|
|
|
Author: Santhosh Srinivasan,
2009-03-19, 17:19
|
|
|
|