Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 76 (0.096s).
Loading phrases to help you
refine your search...
error to generate a map? - Pig - [mail # user]
...I ran the following simple pig script   a = load 'a';  b = foreach a generate [222#1];  dump b;   but it gave the following error  $ pig -x local  a.pig 2012-06...
   Author: Yang, 2012-06-08, 03:51
Re: /tmp/ dir filling up? - Pig - [mail # user]
...seems to be the case   ./mapred/src/java/org/apache/hadoop/mapred/LocalJobRunner.java      /**    * @see org.apache.hadoop.mapreduce.protocol.ClientProtocol#get...
   Author: Yang, 2012-04-17, 01:08
/tmp/ dir filling up? - Pig - [mail # user]
...I specified -Djava.io.tmpdir=/my/big/partition/path to PIG_OPTS and I can see that this is indeed set on the JVM args,  but when I ran  pig -x local my_pig_script  it still du...
   Author: Yang, 2012-04-17, 01:06
Re: UDF allowed return data types? - Pig - [mail # user]
...thanks!  On Mon, Mar 12, 2012 at 11:36 AM, Jonathan Coveney wrote:  ...
   Author: Yang, 2012-03-12, 20:27
UDF allowed return data types? - Pig - [mail # user]
...I tried to return a Set from my UDF, but it seems to give some problems.  what are the allowed return data types in UDF?  is it constrained to those in the "Pig Types" section in h...
   Author: Yang, 2012-03-12, 18:16
debug pig UDF in production EC2 using eclipse ? - Pig - [mail # user]
...sometimes I need to debug a pig UDF in production EC2 cluster using eclipse,  this is normally what I do for debugging a remote jvm:  add "-Xdebug -Xrunjdwp:transport=dt_socket,add...
   Author: Yang, 2012-02-03, 06:01
Re: control splits / mapper numbers? - Pig - [mail # user]
...found it   SET mapred.min.split.size  12500000; SET mapred.max.split.size  12500000; SET pig.noSplitCombination true;    On Wed, Jan 25, 2012 at 6:06 PM, Yang  ...
   Author: Yang, 2012-01-26, 19:24
Re: failure importing into eclipse? - Pig - [mail # user]
...sorry, got it fixed, just "import" from eclipse solved it  On Thu, Jan 26, 2012 at 10:41 AM, Yang  wrote:  ...
   Author: Yang, 2012-01-26, 18:46
failure importing into eclipse? - Pig - [mail # user]
...I tried this with both the 0.9.2.tar.gz distro and hithub source,  ant eclipse-files  then "create java project from an existing ant build file" in eclipse, and choose the build.xm...
   Author: Yang, 2012-01-26, 18:41
control splits / mapper numbers? - Pig - [mail # user]
...this question was asked a few days before, after that, I dug around the source code and found some knobs to turn,  but after adding the following, I still could not get pig to use small...
   Author: Yang, 2012-01-26, 02:06
Sort:
project
Pig (76)
Avro (52)
Zookeeper (21)
Hadoop (15)
HBase (8)
MapReduce (5)
Hive (1)
type
mail # user (76)
date
last 7 days (0)
last 30 days (1)
last 90 days (6)
last 6 months (8)
last 9 months (76)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
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)
Yang