Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 95 (0.107s).
Loading phrases to help you
refine your search...
Re: HCatalog scans all partition even after mentioning date filter - Pig - [mail # dev]
...Hi Dmitriy and Thejas,  Should I open a jira for the same?  Thanks, Aniket   On Wed, Apr 25, 2012 at 1:45 PM, Dmitriy Ryaboy  wrote:     "...:::Aniket:::... Que...
   Author: Aniket Mokashi, 2012-04-25, 20:47
Re: Python UDF: import re causes instantiation error - Pig - [mail # dev]
...Put the re lib into the jython jar under Lib directory (or all of them), if CDH has https://issues.apache.org/jira/browse/MAPREDUCE-967, then it should work.  Also, to debug, import sys...
   Author: Aniket Mokashi, 2012-04-23, 19:18
Re: "Exploding" a Hive array<string> in Pig from an RCFile - Pig - [mail # user]
...Hi Malcolm,  arrays are converted to tuples and flatten should directly work on it. I think you need not worry about the delimiter (assuming hive knows how to deserialize it). Btw, does...
   Author: Aniket Mokashi, 2012-04-12, 09:38
Re: Scalar problem - Pig - [mail # dev]
...We add a cast internally to support the implicit casting right now.  We have following Jiras for this-  https://issues.apache.org/jira/browse/PIG-1967 https://issues.apache.org/jir...
   Author: Aniket Mokashi, 2012-04-09, 17:42
Scalar problem - Pig - [mail # dev]
...Hi,  I have noticed early users of pig often hit issues because of confusing syntax between scalars and projections. I think scalar syntax should be made more explicit for users to use ...
   Author: Aniket Mokashi, 2012-04-08, 07:33
Re: Welcome Pig's newest committer, Bill Graham! - Pig - [mail # dev]
...Congrats Bill...  On Thu, Apr 5, 2012 at 3:04 PM, Prashant Kommireddi wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-04-05, 22:18
Re: [ANNOUNCE] Welcome new Apache Pig Committers and PMC members - Pig - [mail # dev]
...Congrats Jonathan and Julien! :)  On Mon, Mar 19, 2012 at 6:36 PM, Russell Jurney wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-03-20, 20:56
Re: python modules - Pig - [mail # user]
...Root cause for this problem was https://issues.apache.org/jira/browse/MAPREDUCE-967 backward incompatibility.  Hadoop unpacks job.jar and puts jobCacheDir on classpath and hence jython ...
   Author: Aniket Mokashi, 2012-03-14, 06:31
Re: python modules - Pig - [mail # user]
...This looks like a bug to me. Jython cuts out jython.jar location from classpath and appends Lib to it. But, in general on TT jython,jar is not available and its "merged" into job.jar by pig....
   Author: Aniket Mokashi, 2012-03-12, 08:16
Re: python modules - Pig - [mail # user]
...I spent some time debugging this. The reason is --  Sys.path on TT for jython is - ['__classpath__', '__pyclasspath__/']  And for client is ['', '/users/lib/Lib', '/users/lib/jytho...
   Author: Aniket Mokashi, 2012-03-12, 07:54
Sort:
project
Pig (95)
Hive (78)
type
mail # user (63)
mail # dev (26)
issue (5)
wiki (1)
date
last 7 days (1)
last 30 days (1)
last 90 days (10)
last 6 months (18)
last 9 months (95)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
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