Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 63 (0.209s).
Loading phrases to help you
refine your search...
Re: Question on custom store function - Pig - [mail # user]
...The path is certainly case sensitive. Not sure why this file already exists. you could post relevant implementation here.  On Tue, Nov 8, 2011 at 10:41 AM, felix gao  wrote:  ...
   Author: Raghu Angadi, 2011-11-08, 19:57
Re: Question on custom store function - Pig - [mail # user]
...You need to set output path to '/Users/felix/Documents/pig/multi_store_output' in your setStoreLocation(). Alternately for clarity, you could modify your store udf to be more like: store loa...
   Author: Raghu Angadi, 2011-11-04, 22:31
Re: Sequence File Loader - Pig - [mail # user]
...SequenceFileLoader in ElephantBird is very generic. Lets you load/store any writables.  https://github.com/kevinweil/elephant-bird/blob/master/src/java/com/twitter/elephantbird/pig/load...
   Author: Raghu Angadi, 2011-11-04, 22:08
Re: Snappy Compression Json Data - Pig - [mail # user]
...if 'STORE' worked, LOAD should work fine too.  On Thu, Oct 13, 2011 at 6:29 PM, Cameron Gandevia wrote:  ...
   Author: Raghu Angadi, 2011-10-15, 00:13
Re: Unregistering jars - Pig - [mail # user]
...what do you mean by 'redeploy a jar'?  only place where the jar is mentioned is in 'register' statement, right? in that case, restarting pig should certainly work.  Raghu. On Wed, ...
   Author: Raghu Angadi, 2011-10-06, 21:25
Re: outputSchema for UDF EvalFunc returning a DataBag - Pig - [mail # user]
...After multiple attempts this worked :  grunt> x = load 'x' as *(B: {t: (f1:chararray, f2:int)} )* ; grunt> describe x; x: {B: {t: (f1: chararray,f2: int)}} grunt> y = foreach x...
   Author: Raghu Angadi, 2011-10-05, 22:41
Re: outputSchema for UDF EvalFunc returning a DataBag - Pig - [mail # user]
...Utils.getSchemaFromString() seems like exactly what you want ( from org_apache_pig_impl_util ).  Raghu.  [btw. my two previous attempts to send to the list got rejected as spam ] &...
   Author: Raghu Angadi, 2011-10-03, 23:14
Re: outputSchema for UDF EvalFunc returning a DataBag - Pig - [mail # user]
...my understanding is that Pig 0.8 expects the first form and Pig 0.9 requires the second.  Raghu.  On Mon, Oct 3, 2011 at 8:27 AM, Andrew Clegg wrote:  ...
   Author: Raghu Angadi, 2011-10-03, 21:56
Re: protobuf without LZO in elephant-bird - Pig - [mail # user]
...What format is the file in?  You can use ProtobufBytesToTuple() udf to convert protobuf bytes to a PIG tuple.  e.g.:  define ToTuple com.twitter.elephantbird.pig.piggybank.Pro...
   Author: Raghu Angadi, 2011-09-23, 20:43
Re: JOIN fails with Index Out Of Bounds Error - Pig - [mail # user]
...Your script or a simple script that shows the problem would help.  On Tue, Sep 20, 2011 at 7:29 AM, Eli Finkelshteyn  wrote:  ...
   Author: Raghu Angadi, 2011-09-20, 16:22
Sort:
project
Hadoop (173)
Pig (63)
HBase (10)
HDFS (9)
Kafka (6)
MapReduce (4)
type
mail # user (52)
mail # dev (7)
issue (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (63)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (731)
Daniel Dai (544)
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)
Raghu Angadi