Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 132 (0.112s).
Loading phrases to help you
refine your search...
Re: [DISCUSSION] Pig.next - Pig - [mail # user]
...The interfaces that pig have are at different levels of maturity, and most  of the interfaces have been marked as stable or evolving to indicate that. Most of the core interfaces includ...
   Author: Thejas M Nair, 2011-03-04, 01:34
Re: Problem when executionengine.util.MapRedUtil combine input paths - Pig - [mail # user]
...Hi Charles, Which load function are you using ? Is the default (PigStorage?). In the hadoop counters for the job in the jobtracker ui, do you see the exp ected number of input records being ...
   Author: Thejas M Nair, 2011-02-28, 22:39
Re: Pig script only works with no_multiquery - Pig - [mail # user]
...Can you please open a jira with this information ? -  https://issues.apache .org/jira/browse/PIG If you are able to create a sample script/data that can reproduce this issu e, that will...
   Author: Thejas M Nair, 2011-02-24, 00:15
Re: Pig optimization getting in the way? - Pig - [mail # user]
...As you are suspecting, both store functions are probably running in the sam e map or reduce task. This is a result of multi-query optimization. Try pig -e 'explain -script yourscript.pig' to...
   Author: Thejas M Nair, 2011-02-19, 01:31
Re: Pig script only works with no_multiquery - Pig - [mail # user]
...Hi Dragos, You might be facing this issue - https://issues.apache.org/jira/browse/PIG-1815, it has been resolved in pig 0.8 branch after the official release. We are likely to release a new ...
   Author: Thejas M Nair, 2011-02-18, 21:08
Re: [VOTE] Sponsoring Howl as an Apache Incubator project - Pig - [mail # user]
...+1 -Thejas    On 2/2/11 1:18 PM, "Alan Gates"  wrote:  Howl is a table management system built to provide metadata and storage management across data processing tools in ...
   Author: Thejas M Nair, 2011-02-02, 23:32
Re: failed to produce result - Pig - [mail # user]
...The logs say that the map-reduce job failed. Can you check the log files of  the failed map-reduce tasks ? You can follow the jobtracker url in the log message - http://hadoop-name02 &n...
   Author: Thejas M Nair, 2011-01-31, 22:37
Re: How to throw away aliases ? - Pig - [mail # user]
...Hi Robert, I am not sure if I have understood what you are saying here. An example might help.  Not all aliases (ie relation corresponding to them) are stored on disk, onl y ones stored...
   Author: Thejas M Nair, 2011-01-31, 19:58
Re: Efficient ways to do non-equijoins? - Pig - [mail # user]
...If B is small enough to fit into memory of a map task, you can use replicat ed join to simulate cross, that would be much faster -     cro = join A by 1, B by 1 using 'replicated';...
   Author: Thejas M Nair, 2011-01-27, 16:57
Re: Seeing DataByteArray values for chararray field in 0.8.0 - Pig - [mail # user]
...  On 1/19/11 3:18 AM, "Kaluskar, Sanjay"  wrote:   The udf in above statement does not have an argument, I assume you meant - "b = foreach a generate flatten(com.mycompany.pig...
   Author: Thejas M Nair, 2011-01-21, 19:39
Sort:
project
Pig (132)
Hive (55)
Hadoop (2)
HDFS (1)
MapReduce (1)
type
mail # user (94)
issue (24)
mail # dev (14)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (132)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (731)
Daniel Dai (544)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Thejas M Nair