Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 94 (0.933s).
Loading phrases to help you
refine your search...
Re: Welcome Daniel Dai - our new PMC Chair! - Pig - [mail # user]
...Congrats Daniel!! Thats a great news :)  On Thu, Nov 3, 2011 at 9:31 AM, Ashutosh Chauhan wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2011-11-04, 06:20
Re: Flatten a bag to a specific datatype - Pig - [mail # user]
...Hi,  I think UDF BagToTuple should do it for you. getBagField to get etc)--  public class BagToTuple extends EvalFunc{      @Override      public void...
   Author: Aniket Mokashi, 2011-06-22, 22:03
Re: viewing current relationships loaded on the grunt shell - Pig - [mail # user]
...Hi Jeremy,  If I understand it correctly, you would want to get a list of all the aliases loaded in the grunt. Is there a use case for this scenario/command? .pig_history can fetch you ...
   Author: Aniket Mokashi, 2011-06-13, 16:53
Re: Welcome to Aniket Mokashi - Pig - [mail # dev]
...Hi,  Thank you everyone for all your support. It has been a very enjoyable experience to work with pig community.  I plan get involved through GSoC platform to contribute to pig pr...
   Author: Aniket Mokashi, 2011-05-22, 18:52
Re: Understanding incompatibilities with different versions of hadoop? - Pig - [mail # user]
...Hi Jonathan,  I compiled Pig trunk jarwithouthadoop.jar and it works fine with CDH3 (Add CDH3 libs to classpath). I think CDH3 pig version is 0.7.  Thanks, Aniket  On Tue, May...
   Author: Aniket Mokashi, 2011-05-05, 19:05
Re: Pig FILTER with INDEXOF not working - Pig - [mail # user]
...I think the fix is- tuple.set(0, new DataByteArray(url)); to tuple.set(0, url);  Thanks, Aniket  On Fri, April 22, 2011 8:30 pm, Steve Watt wrote:...
   Author: Aniket Mokashi, 2011-04-23, 01:07
Re: Filter on contents of other dataset - Pig - [mail # user]
...Thanks Mridul,  (Although, small might grow bigger) For instance, lets have small as in-memory-small stored in a local file.  When does my udf load the data from the file. Earlier,...
   Author: Aniket Mokashi, 2011-04-15, 03:40
Filter on contents of other dataset - Pig - [mail # user]
...Hi,  What would be the best way to write this script? I have two datasets - huge (hkey, hdata), small(skey). I want to filter all the data from huge dataset for which F(hdata, skey) is ...
   Author: Aniket Mokashi, 2011-04-15, 03:21
Re: CDH3 fail python udf - Pig - [mail # user]
...Hi Shawn,  I think this is more of CDH packaging problem than Pig problem. I suspect this is related to Java versions of jython and other components.  You may look into https://doc...
   Author: Aniket Mokashi, 2011-04-01, 23:10
Re: CDH3 fail python udf - Pig - [mail # user]
...Hi Shawn,  Every time we throw an Exception with 'could not instantiate ..' error message, we also pass down the real exception instance, this might be able to point to the reason why w...
   Author: Aniket Mokashi, 2011-04-01, 20:24
Sort:
project
Pig (94)
Hive (78)
type
mail # user (63)
mail # dev (26)
issue (4)
wiki (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (17)
last 6 months (17)
last 9 months (94)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (731)
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)
Aniket Mokashi