Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 94 (0.119s).
Loading phrases to help you
refine your search...
Re: dryrun versus grunt - Pig - [mail # user]
...The fix is- grunt> run -param key=value script.pig  ~Aniket  On Mon, Oct 8, 2012 at 5:56 PM, Russell Jurney wrote:     "...:::Aniket:::... Quetzalco@tl"...
   Author: Aniket Mokashi, 2012-10-10, 03:12
Re: Input and output path - Pig - [mail # user]
...You can do something similar to - https://cwiki.apache.org/PIG/faq.html#FAQ-Q%253AIloaddatafromadirectorywhichcontainsdifferentfile.HowdoIfindoutwherethedatacomesfrom%253F  Get input pa...
   Author: Aniket Mokashi, 2012-09-15, 00:01
Re: Reading BytesWritable in sequence file - Pig - [mail # user]
...For a simpler use case, something similar to following should work-  public class PigSequenceFileLoader extends PigStorage {  @SuppressWarnings("rawtypes")  @Override  pu...
   Author: Aniket Mokashi, 2012-09-14, 23:55
[PIG-2894] [Piggybank] HadoopJobHistoryLoader for hadoop 0.20.205+ - Pig - [issue]
...With https://issues.apache.org/jira/browse/MAPREDUCE-323 hadoop moves job history files to done directory. With that it is not possible to use current HadoopJobHistoryLoader. We need to fix ...
http://issues.apache.org/jira/browse/PIG-2894    Author: Aniket Mokashi, 2012-08-28, 21:50
Re: Counters from Python UDF - Pig - [mail # user]
...I used following in my python udf (on pig 0.9) after referring to - http://squarecog.wordpress.com/2010/12/24/incrementing-hadoop-counters-in-apache-pig/   from org.apache.pig.tools.pig...
   Author: Aniket Mokashi, 2012-08-24, 17:10
Re: Counters from Python UDF - Pig - [mail # user]
...I dont think there is a way at this point. You may have to open a jira.  Thanks, Aniket  On Fri, Aug 17, 2012 at 7:03 AM, Duckworth, Will wrote:    "...:::Aniket:::... Qu...
   Author: Aniket Mokashi, 2012-08-17, 21:53
Re: https://cwiki.apache.org/PIG/how-to-set-up-eclipse-environment.html did not work for eclipse on windows - Pig - [mail # user]
...I remember debugging this earlier. It looks like grunt gets EOF on windows machine. I am not sure why either.  Thanks, Aniket  On Fri, Aug 10, 2012 at 3:25 AM, lulynn_2008  wr...
   Author: Aniket Mokashi, 2012-08-15, 05:08
Re: Import libraries in Jython UDFs - Pig - [mail # user]
...Hi Russell,  Check if your hadoop has MAPREDUCE-967. If not, pig's job.jar will be unjared on the tasks. With that, jython's static method's do not put /Lib in python sys path. You can ...
   Author: Aniket Mokashi, 2012-07-26, 00:10
Re: Import libraries in Jython UDFs - Pig - [mail # user]
...jar tf jython.jar | grep email  Having jar in PIG_CLASSPATH would work if you have https://issues.apache.org/jira/browse/MAPREDUCE-967.  You can use following to debug the sys.path...
   Author: Aniket Mokashi, 2012-07-24, 06:10
Re: A solution for the confusion around "as alias:type" ? - Pig - [mail # dev]
...Thanks for sharing. Good to know about this... Huh! I know a bunch of confused users already. I should let them know soon.  ~Aniket  On Wed, Jun 20, 2012 at 2:35 AM, Gianmarco De F...
   Author: Aniket Mokashi, 2012-06-20, 09:48
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 (15)
last 6 months (17)
last 9 months (94)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (731)
Daniel Dai (543)
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