Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 76 (0.107s).
Loading phrases to help you
refine your search...
Re: CONCAT(null, "something") == NULL ? - Pig - [mail # user]
...thanks guys, now I see that returning NULL makes sense     On Fri, Nov 2, 2012 at 3:40 PM, Cheolsoo Park  wrote:  ...
   Author: Yang, 2012-11-05, 17:15
CONCAT(null, "something") == NULL ? - Pig - [mail # user]
...looks a more intuitive result should be "something" , right?  but on my system it gave null...
   Author: Yang, 2012-11-02, 22:09
Re: debug feature?? - Pig - [mail # user]
...nice, thanks  macros and mock.Storage() are both new to me, I believe it will help a lot  On Mon, Oct 22, 2012 at 5:32 PM, Dmitriy Ryaboy  wrote:  ...
   Author: Yang, 2012-10-23, 18:11
Re: debug feature?? - Pig - [mail # user]
...I am using PigUnit, but it's somewhat limited: it can run only localmode, so I can't find issues that come with fairly large test data; you have to create small snippets of code that you cut...
   Author: Yang, 2012-10-19, 19:01
Re: debug feature?? - Pig - [mail # user]
...yes, this is what I'm doing,  but manually adding and removing the STORE and LOAD commands is difficult, and more importantly it adds the possibility to introduce bugs during the code c...
   Author: Yang, 2012-10-19, 18:57
debug feature?? - Pig - [mail # user]
...one of the greatest pains I face with debugging a pig code is that the iteration cycles are really long: the applications for which we use pig typically deal with large dataset, and if a pig...
   Author: Yang, 2012-10-19, 09:09
ovoid "::" schema spec after join? - Pig - [mail # user]
...whenever after I do a  C= JOIN A,B then if I want to refer to some fields, I'd have to specify A::field1   A::field2 B::field3 B::field4  supposedly if the field names themsel...
   Author: Yang, 2012-10-11, 22:31
validation on schema vs real object type when writing out udf schema - Pig - [mail # user]
...I just debugged through a very nasty bug where I did  GENERATE .....  1 AS myfield ....   and later  GENERATE myUdf(.... myfield....).   where myUdf basically copies...
   Author: Yang, 2012-09-05, 18:43
Udf to operate on a huge bag? - Pig - [mail # user]
...if I group records into a huge bag, and hand over to a Udf, would the input tuple actually create a bag with all the records? that way it may generate a OOM ??  if indeed there is such ...
   Author: Yang, 2012-08-24, 02:00
PigUnit dropping a lot of temp files? - Pig - [mail # user]
...it's leaving behind a lot of temp files in /tmp/ dir  https://issues.apache.org/jira/browse/PIG-1391   supposedly should have fixed it.  but the pigunit-0.8.0.jar does not con...
   Author: Yang, 2012-08-14, 18:26
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 (0)
last 90 days (2)
last 6 months (8)
last 9 months (76)
author
Dmitriy Ryaboy (1351)
Alan Gates (959)
Jonathan Coveney (736)
Daniel Dai (545)
Russell Jurney (493)
Olga Natkovich (453)
Prashant Kommireddi (370)
Bill Graham (333)
Cheolsoo Park (263)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Yang