Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 64 (0.054s).
Loading phrases to help you
refine your search...
Re: python modules - Pig - [mail # user]
...Hi Clay,  I am running a very recent version (one that contains this patch) of pig which was compiled from the trunk. How can I examine the jar file to determine which jython modules ha...
   Author: Stan Rosenberg, 2011-10-18, 16:54
python modules - Pig - [mail # user]
...Hi,  What's a proper way to deploy python udfs? I've dropped the latest version of jython.jar in $PIG_HOME/lib. Things work in "local" mode, but when I run on a cluster, built-in python...
   Author: Stan Rosenberg, 2011-10-18, 02:49
Re: calling python udfs with varargs - Pig - [mail # user]
...Hi Julien,  Thanks for a quick reply.  I patched my local version of JythonFunction to pass the input parameters when 'varargs' is true.  stan  On Mon, Oct 17, 2011 at 2:...
   Author: Stan Rosenberg, 2011-10-17, 19:38
calling python udfs with varargs - Pig - [mail # user]
...Hi,  I have a simple python udf which takes a variable number of (string) arguments and returns the first non-empty one. I can see that the udf is invoked from pig but no arguments are ...
   Author: Stan Rosenberg, 2011-10-17, 16:54
Re: jython udfs - Pig - [mail # user]
...On Thu, Oct 13, 2011 at 11:52 AM, Norbert Burger  wrote: ag,  Part of my question was whether a list of individuals (in python) has a corresponding type in pig.  I now see tha...
   Author: Stan Rosenberg, 2011-10-13, 19:46
jython udfs - Pig - [mail # user]
...Hi,  I have three constant udfs in jython:  @outputSchema("m:map[bag{tuple()}]") def dummy1():     return {"key":[("value1", "value2")]}  @outputSchema("m:map[tuple(...
   Author: Stan Rosenberg, 2011-10-12, 23:29
Re: output partitioning - Pig - [mail # user]
...On Tue, Oct 4, 2011 at 2:06 PM, Alan Gates  wrote:   "Currently HCatStorer only supports writing to one partition."  We need to partition our data  by client id, then by ...
   Author: Stan Rosenberg, 2011-10-04, 18:12
Re: output partitioning - Pig - [mail # user]
...On Tue, Oct 4, 2011 at 1:27 PM, Alan Gates  wrote:    We'll definitely consider HCatalog but unfortunately it does not seem to be ready for prime time.  Due to our data v...
   Author: Stan Rosenberg, 2011-10-04, 18:01
Re: output partitioning - Pig - [mail # user]
...Sorry folks, I've got to disable keyboard shortcuts in gmail.  I'd like to store the output relation partitioned by certain columns akin to what hive does.  In fact, the ultimate g...
   Author: Stan Rosenberg, 2011-10-04, 03:14
output partitioning - Pig - [mail # user]
...Hi,  I'd like to store the output relation partitioned by...
   Author: Stan Rosenberg, 2011-10-04, 03:09
Sort:
project
Pig (64)
Hadoop (18)
MapReduce (11)
Kafka (6)
Hive (2)
type
mail # user (61)
issue (3)
date
last 7 days (1)
last 30 days (1)
last 90 days (2)
last 6 months (3)
last 9 months (64)
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)
Stan Rosenberg