| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
195 (0.133s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How Logical Plan Generator works? - Pig - [mail # dev]
|
|
...See initial sections in http://infolab.stanford.edu/~olston/publications/vldb09.pdf for overview of logical plan. LogicalPlanGenerator.g is a the place where logical plan i...
|
|
|
Author: Thejas Nair,
2012-01-31, 02:38
|
|
|
Re: Load PigStorage with Schema Issues - Pig - [mail # user]
|
|
...That is a problem with using "," as the field delimiter. PigStorage ends up splitting the whole record by the delimiter and the second field is also getting split. If you use some othe...
|
|
|
Author: Thejas Nair,
2012-01-27, 00:20
|
|
|
Re: Subtracting values - Pig - [mail # user]
|
|
...I haven't understood your data/schema. I am hoping this is close to what you are trying to solve - schema Inp: (timestamp : int, user, url); user_url_group = group inp by (user, ...
|
|
|
Author: Thejas Nair,
2012-01-26, 22:57
|
|
|
Re: Store into existing file - Pig - [mail # user]
|
|
...You can use rmf. For example - =========== rmf y; -- clears output l = load 'x'; store l into 'y'; =========== -Thejas On 1/24/12 11:36 AM, Yulia Tolskaya wrot...
|
|
|
Author: Thejas Nair,
2012-01-24, 20:05
|
|
|
Re: [VOTE] Release Pig 0.9.2 (candidate 1) - Pig - [mail # dev]
|
|
...+1 Checked the md5 checksums, keys of all 3 packages. Ran some simple queries using the rpm package on a secure and unsecure cluster. Checked the -version command. -Thejas ...
|
|
|
Author: Thejas Nair,
2012-01-20, 22:22
|
|
|
Re: How to use CombineFileInputFormat in Pig - Pig - [mail # user]
|
|
...What load function are you using ? if it implements some of the interfaces specified here, it turns off split combination - http://pig.apache.org/docs/r0.9.1/perf.html#combine-files &n...
|
|
|
Author: Thejas Nair,
2012-01-13, 01:12
|
|
|
problems with @hortonworks.com email and apache mailing lists? - Pig - [mail # dev]
|
|
...This is the 2nd apache user group that has reported that emails to my @hortonworks.com address are bouncing. Is anybody else seeing this ? Any way to fix it ? I tried searching f...
|
|
|
Author: Thejas Nair,
2012-01-09, 18:18
|
|
|
Are you a pig user ? - Pig - [mail # user]
|
|
...If you are using pig, can you please update the wiki page - http://wiki.apache.org/pig/PoweredBy with your information (any info will be useful)? It would be great for the ...
|
|
|
Author: Thejas Nair,
2012-01-05, 22:13
|
|
|
Re: trunk is 3 times slower then 0.9? - Pig - [mail # user]
|
|
...I haven't seen/heard this issue. Do you mean to say that the extra time is actually a delay before MR job is launched ? Did you have free map/reduce slots when you ran pig job from tru...
|
|
|
Author: Thejas Nair,
2011-12-29, 02:43
|
|
|
Re: Regarding Eval UDF in pig 0.9.1 - Pig - [mail # user]
|
|
...On 12/20/11 5:26 PM, Jonathan Coveney wrote: If she is using UDFContext for just reading the configuration, it should be fine. To avoid clashing while setting udf properties in U...
|
|
|
Author: Thejas Nair,
2011-12-21, 20:01
|
|
|
|