Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 98 (0.093s).
Loading phrases to help you
refine your search...
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
Re: how to set one var equal to another - Pig - [mail # user]
...Hi Colleen,  I'm not sure whats your use case, but you may want to watch https://issues.apache.org/jira/browse/PIG-438.  Thanks, Aniket   On Sat, Mar 10, 2012 at 11:33 AM, Jon...
   Author: Aniket Mokashi, 2012-03-11, 04:57
Re: View Map-Reduce payload - Pig - [mail # user]
...http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#EXPLAIN  On Tue, Mar 6, 2012 at 5:28 AM, shan shan  wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-03-06, 16:21
Re: org.apache.pig.Main terminates unexpectedly - Pig - [mail # dev]
...If you put a debugger, it seems parser gets a EOF when grunt starts. This happens on a mac machine (is that what you have observed as well?). It works as expected on linux. Im not sure why s...
   Author: Aniket Mokashi, 2012-03-04, 18:15
Re: Scalars can only be used within projections - Pig - [mail # user]
...I think you are looking for-  C = join FILTERED_A by key1, B by key1; C1 = filter C by ;  if key1 equality is not your join condition, you may have to go for a CROSS.  Thanks,...
   Author: Aniket Mokashi, 2012-03-01, 22:21
Re: Jython UDF problem - Pig - [mail # user]
...Looks like this is jython bug.  Btw, afaik, the return type of this function would be a bytearray if decorator is not specified.  Thanks, Aniket  On Sat, Feb 4, 2012 at 9:39 P...
   Author: Aniket Mokashi, 2012-02-05, 08:44
Show functions - Pig - [mail # user]
...Is there a show functions equivalent in pig that can display all available functions to the user? I couldnt find this with a quick search on jira.  Thanks, Aniket...
   Author: Aniket Mokashi, 2012-02-05, 02:25
Re: LOWER - Pig - [mail # user]
...I think pig UDFs are just classnames (case sensitive, LOWER is all capitals in built-in). Are you suggesting to add something like function registry to pig? That would be a good idea. As a w...
   Author: Aniket Mokashi, 2012-02-05, 02:21
Sort:
project
Pig (98)
Hive (78)
type
mail # user (64)
mail # dev (27)
issue (6)
wiki (1)
date
last 7 days (0)
last 30 days (4)
last 90 days (8)
last 6 months (21)
last 9 months (98)
author
Dmitriy Ryaboy (1351)
Alan Gates (960)
Jonathan Coveney (737)
Daniel Dai (545)
Russell Jurney (493)
Olga Natkovich (453)
Prashant Kommireddi (370)
Bill Graham (333)
Cheolsoo Park (263)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Aniket Mokashi