| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
63 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: UDF property passing - Pig - [mail # user]
|
|
...yes. that is exactly how HBaseStorage uses context. On Fri, Jul 8, 2011 at 10:19 AM, Jeremy Hanna wrote: ...
|
|
|
Author: Raghu Angadi,
2011-07-08, 19:21
|
|
|
Re: UDF property passing - Pig - [mail # user]
|
|
...On Wed, Jul 6, 2011 at 7:20 PM, Jeremy Hanna wrote: This still does not work since you can't distinguish the two. The way I was thinking of doing this is to let user pass in some uniq...
|
|
|
Author: Raghu Angadi,
2011-07-07, 04:10
|
|
|
Re: SUM function problem - Pig - [mail # user]
|
|
...try : aa = foreach ( group ee all ) generate SUM(mycount); read description and examples of 'GROUP' in PIG manual. Raghu. On Wed, Jun 29, 2011 at 8:36 AM, Marian Condurache...
|
|
|
Author: Raghu Angadi,
2011-06-29, 16:28
|
|
|
UDFContext() for a UDF - Pig - [mail # user]
|
|
...UDF I am trying to implement: - output schema is same as input schema. - if (input == null) return tuple matching the schema with NULL for each fiel...
|
|
|
Author: Raghu Angadi,
2011-06-27, 21:16
|
|
|
What is expected from FLATTEN(null tuple)? - Pig - [mail # user]
|
|
...Looks like FLATTEN(tuple) results in single null when tuple is null, irrespective of the schema. As as result, the particular ends up with fewer columns than expected. This can lead to...
|
|
|
Author: Raghu Angadi,
2011-06-27, 20:49
|
|
|
Re: QUESTION ABOUT PIG 0.4.0 AND HADOOP 0.20.1 - Pig - [mail # user]
|
|
...That should work. Instead of building hadoop20.jar as suggested there, you could use hadoop20.jar from PIG trunk. Also you might have to apply a different patch from PIG-660 (try 660_5...
|
|
|
Author: Raghu Angadi,
2009-10-01, 01:08
|
|
|
Re: [VOTE] Release Pig 0.4.0 (candidate 2) - Pig - [mail # dev]
|
|
...+1. ran 'ant test-core'. contrib/zebra: 'ant test' passed after following directions as suggested we might attach patch suitable for PIG-660 for 0.4. Raghu. Olga Natk...
|
|
|
Author: Raghu Angadi,
2009-09-22, 23:12
|
|
|
Re: Proposal to create a branch for contrib project Zebra - Pig - [mail # dev]
|
|
...Right. I just noticed the mails on Pig.0.4.0. I joined pig-dev list just yesterday. waiting for 0.4.0 might be good enough if it is just a couple of weeks. will keep a watch on i...
|
|
|
Author: Raghu Angadi,
2009-08-18, 17:56
|
|
|
Re: Proposal to create a branch for contrib project Zebra - Pig - [mail # dev]
|
|
...Milind A Bhandarkar wrote: The problem is that though the current version is "expected to be" stable, it would still require some bug fixes. We essentially need to maintain...
|
|
|
Author: Raghu Angadi,
2009-08-18, 16:48
|
|
|
Re: Proposal to create a branch for contrib project Zebra - Pig - [mail # dev]
|
|
...Raghu Angadi wrote: [...] I meant to say "Reason for (b)" (why contrib commits are treated bit differently). Our motivation is not to bypass any oversight.. it is ju...
|
|
|
Author: Raghu Angadi,
2009-08-18, 05:40
|
|
|
|