Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 132 (0.191s).
Loading phrases to help you
refine your search...
Re: Internal error 2999 - misuse of CONCAT? misuse of GROUP? - Pig - [mail # user]
... Do you need the group-key to be concatenated ? If not, you can just group o n all the three columns -   TCGroupedByFuid = group TCRaw by (SrcFuid.citingdocid,      ...
   Author: Thejas M Nair, 2011-04-05, 21:59
Re: Prepare for Pig 0.8.1 release - Pig - [mail # dev]
...I think we should have PIG-1911 and PIG-1963 (accumulator mode bugs) also i n 0.8.1 . I should be able to have them in this week.  Thanks, Thejas    On 3/17/11 8:32 PM, "Danie...
   Author: Thejas M Nair, 2011-04-05, 20:27
Re: pig dependencies - Pig - [mail # user]
...It is used by the matches clause , for evaluating the regular expressions.  It is faster than java regex libs. For more details see - https://issues.apache.org/jira/browse/PIG-965. -The...
   Author: Thejas M Nair, 2011-03-31, 19:08
Are you a pig user? - Pig - [mail # user]
...If you are using pig, and don't mind letting other users know, can you please update the wiki page - http://wiki.apache.org/pig/PoweredBy with you r information (any info will be useful)? &n...
   Author: Thejas M Nair, 2011-03-30, 20:10
Re: Problems with Join in pig - Pig - [mail # user]
...Replicated-join will only work if the right most relation in join is small  enough to fit in available memory, so it will not work with all data sets.  But in this case you have on...
   Author: Thejas M Nair, 2011-03-15, 00:54
Re: Problems with Join in pig - Pig - [mail # user]
...Fragment-replicate join will also produce an efficient query plan for this  use case - http://pig.apache.org/docs/r0.8.0/piglatin_ref1.html#Replicated+ Joins . It is available in 0.5 as...
   Author: Thejas M Nair, 2011-03-15, 00:29
Re: Problems with Join in pig - Pig - [mail # user]
...What version of pig are you using ? There have been some memory utilization fixes in 0.8 . For this use case, you can also use the new scalar feature i n 0.8 -  http://pig.apache.org/do...
   Author: Thejas M Nair, 2011-03-14, 23:18
Re: Error When Sorting - Pig - [mail # user]
...For some reason pig fails to find the samples files created in the sampling  MR job of the order-by. You seem to be running in local mode, is this error seen in map-reduce mode  as...
   Author: Thejas M Nair, 2011-03-11, 21:44
Re: Pig Latin compiler - Pig - [mail # dev]
...You can work off either the antlr AST or the logical plan created from the  antlr AST .  If you use the logical plan, you can also use pig's logical va lidation and optimizer rules...
   Author: Thejas M Nair, 2011-03-11, 19:59
Re: Comments in pig scripts - Pig - [mail # user]
...Actually, --  for single line comments (sql style). http://pig.apache.org/docs/r0.8.0/piglatin_ref1.html#Using+Comments+in+Pig+ L atin+Scripts    On 3/10/11 10:14 PM, "Rekha J...
   Author: Thejas M Nair, 2011-03-11, 15:30
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 (2)
last 9 months (132)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (730)
Daniel Dai (541)
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