| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
195 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Regarding Eval UDF in pig 0.9.1 - Pig - [mail # user]
|
|
...Pig does not use multiple threads for executing the udf (at least in versions so far, and i haven't seen any proposals to change that). So you don't need to deal with synchronization i...
|
|
|
Author: Thejas Nair,
2011-12-20, 23:56
|
|
|
Re: UDF to check if String is Numeric or Integer - Pig - [mail # user]
|
|
...Prashant, I can't find such an udf in piggybank. Yes, I think this is going to be useful for many users. I would be great if you can contribute such udfs to piggybank. Thanks, Thejas &...
|
|
|
Author: Thejas Nair,
2011-12-20, 21:53
|
|
|
Re: Implement Binary Search in PIG - Pig - [mail # user]
|
|
...My assumption is that 唐亮 is trying to do binary search on bags within the tuples in a relation (ie schema of the relation has a bag column). I don't think he is trying to treat t...
|
|
|
Author: Thejas Nair,
2011-12-13, 23:32
|
|
|
Re: Implement Binary Search in PIG - Pig - [mail # user]
|
|
...Bags can be very large might not fit into memory, and in such cases some or all of the bag might have to be stored on disk. In such cases, it is not efficient to do random access...
|
|
|
Author: Thejas Nair,
2011-12-13, 18:56
|
|
|
Re: Aggregate Warning does not work as expected on Embedding Pig in Java 0.9.1 - Pig - [mail # user]
|
|
...Hi Prashant, I think it does make sense to enable warning aggregation even used through PigServer. Can you please open a jira ? (and a patch if possible !) Thanks, Thejas ...
|
|
|
Author: Thejas Nair,
2011-12-12, 20:34
|
|
|
Re: Trying to submit Pig job to Amazon EMR - Pig - [mail # user]
|
|
...Can you send the entire stack trace from pig logs ? -Thejas On 12/5/11 11:08 AM, Ayon Sinha wrote:...
|
|
|
Author: Thejas Nair,
2011-12-05, 20:17
|
|
|
Re: Can limit operator use variable? - Pig - [mail # user]
|
|
...Is this what you want ? (using TOP and COUNT). raw_data = load ... as (id:chararray, weight:float); group_id = group raw_data by id; filter_spec_id = filter group_id by group == ...
|
|
|
Author: Thejas Nair,
2011-12-03, 03:06
|
|
|
Re: FOR - EACH? - Pig - [mail # user]
|
|
...I haven't understood what you are trying to do. Can you explain with an example of input and output ? -Thejas On 12/2/11 4:37 AM, Marek Miglinski wrote:...
|
|
|
Author: Thejas Nair,
2011-12-02, 18:48
|
|
|
Re: Pig FLATTEN statement - Pig - [mail # user]
|
|
...I think the parse udf returns a schema with 5 columns, but all tuples returned by the udf don't have the 5 columns. Can you check if the udf always returns tuple with 5 columns ?  ...
|
|
|
Author: Thejas Nair,
2011-12-02, 00:12
|
|
|
Re: AccessControlException in estimateNumberOfReducers - Pig - [mail # user]
|
|
...You should be able to workaround this issue by explicitly setting the number of reducer (parallel keyword in the statements or define default_parallel). This is an unusual use ca...
|
|
|
Author: Thejas Nair,
2011-11-23, 01:33
|
|
|
|