Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 29 from 29 (0.117s).
Loading phrases to help you
refine your search...
RE: how to get input schema in UDF - Pig - [mail # user]
...Thanks, Robert.   However, I'm still not clear on how to get the original fields for the tupl e inside the bag. Following is the code to generate the schema.  public Schema outputS...
   Author: Danfeng Li, 2012-08-14, 00:03
how to get input schema in UDF - Pig - [mail # user]
...I have a big, e.g. A: {(name: chararray,age: int)}, I wrote a udf which add s 1 more field in the tuple inside the bag. E.g. B: {(name: chararray,age:  int, rank:int)}. Because the numb...
   Author: Danfeng Li, 2012-08-13, 22:43
looking for example using pig correlation UDF - Pig - [mail # user]
...In piggybank there is org.apache.pig.piggybank.evaluation.stats.COR, but it 's deprecated. There are also COR.Final, COR.Initial and COR.Intermed.  I tried to find some examples, but un...
   Author: Danfeng Li, 2012-07-19, 18:23
RE: a simple logic causes very long compiling time on pig 0.10.0 - Pig - [mail # user]
...Ticket PIG-2769 is created for this one https://issues.apache.org/jira/browse/PIG-2769  Dan   From: Jonathan Coveney [mailto:[EMAIL PROTECTED]]  Sent: Tuesday, June 26, 2012 4...
   Author: Danfeng Li, 2012-06-26, 23:19
a simple logic causes very long compiling time on pig 0.10.0 - Pig - [mail # user]
...We found the following simple logic will cause very long compiling time for  pig 0.10.0, while using pig 0.8.1, everything is fine.  A = load 'A.txt' using PigStorage()  AS (m...
   Author: Danfeng Li, 2012-06-26, 22:12
RE: Job setup for a pig run takes ages - Pig - [mail # user]
...I took some snapshots, the results are attached.  I use pig 0.8.1 [dli@hmaster run]$ pig -version Apache Pig version 0.8.1-cdh3u2 (rexported) compiled Oct 13 2011, 22:35:57  and de...
   Author: Danfeng Li, 2012-06-19, 14:42
RE: Job setup for a pig run takes ages - Pig - [mail # user]
...This is the jstack output during the setup time, not exactly sure how to in teroperate it.  Thanks. Dan  [dli@hmaster run]$ jstack 15640 2012-06-18 17:32:47 Full thread dump Java H...
   Author: Danfeng Li, 2012-06-18, 21:51
RE: Job setup for a pig run takes ages - Pig - [mail # user]
...We also run into the long setup time issue, but our problem is different  1. The setup time takes about 20minutes, we can't see anything on the jobtracker during this setup time. 2. Our...
   Author: Danfeng Li, 2012-06-13, 18:24
Python UDF - Pig - [mail # user]
...I try to follow the example on http://pig.apache.org/docs/r0.8.1/udf.html#P ython+UDFs for Python UDF, but I got the following error  * My command: pig -x local ptest.pig  * error ...
   Author: Danfeng Li, 2011-10-06, 22:36
Sort:
project
Pig (29)
Hadoop (1)
MapReduce (1)
type
mail # user (29)
date
last 7 days (0)
last 30 days (0)
last 90 days (9)
last 6 months (14)
last 9 months (29)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
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)
Danfeng Li