Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 64 (0.122s).
Loading phrases to help you
refine your search...
Re: how to get the detailed warn or error log message from pig udfs - Pig - [mail # user]
...Hi Lucas,  It seems that you are using org.apache.pig.EvalFunc.warn(String, Enum) which acts differently. Check the code or Javadocs. It works through Hadoop counters I guess. You can u...
   Author: Ruslan Al-Fakikh, 2013-04-17, 16:05
Re: Unable to load data using PigStorage that was previously stored using PigStorage - Pig - [mail # user]
...Hi Jerry,  I would recommend to debug the issue step by step. Just after this line: A = load 'data.txt' as document:[]; and then right after that: DESCRIBE A; DUMP A; and so on...  ...
   Author: Ruslan Al-Fakikh, 2013-04-17, 15:57
Re: Classpath issues with a custom loadfunc - Pig - [mail # user]
...He Niels,  This is not a Pig question, it is more of a Java packaging question. What exactly went wrong with the maven assembly plugin? Maybe the maven shade plugin would work better? (...
   Author: Ruslan Al-Fakikh, 2013-04-16, 21:49
Re: ORDER failed - Pig - [mail # user]
...Hi Lei,  It seems there is something wrong with creating a sampler. The ORDER  command is not trivial, it works by creating a sampler. I guess something went wrong with it: Input p...
   Author: Ruslan Al-Fakikh, 2013-04-13, 23:53
Re: Debugging UDFs - Pig - [mail # user]
...James,  Try to execute in mapreduce mode at least on a pseudo-distributed cluster and try to find them in specific tasks logs. Also you can try to throw an exception, just to make sure ...
   Author: Ruslan Al-Fakikh, 2013-04-13, 23:44
Re: Pig JasonParser - Pig - [mail # user]
...Now it is clear, thank you, Dmitriy)   On Sat, Apr 6, 2013 at 2:20 PM, Dmitriy Ryaboy  wrote:  ...
   Author: Ruslan Al-Fakikh, 2013-04-09, 10:53
Builtin JsonLoader: how to load a flat array? - Pig - [mail # user]
...Hey guys,  I have a complex json file, I can load simple properties, but I am having problems with a property that has an array as its value: Suppose I have input.json with the contents...
   Author: Ruslan Al-Fakikh, 2013-04-05, 03:44
Re: Pig JasonParser - Pig - [mail # user]
...Hi guys,  As for elephant-bird, it seems that it is not compatible with Pig 0.10 (CDH4) :( I am using this configuration: pig -version Apache Pig version 0.10.0-cdh4.1.1 (rexported) had...
   Author: Ruslan Al-Fakikh, 2013-04-05, 01:39
Re: JsonLoader schema field order shouldn't matter - Pig - [mail # user]
...Tim,  have you resolved the issue of using the elephant-bird with pig 0.10?  meghana,  I am using just the same configuration: pig -version Apache Pig version 0.10.0-cdh4.1.1 ...
   Author: Ruslan Al-Fakikh, 2013-04-05, 00:51
Re: removing last item in a bag - Pig - [mail # user]
...oh, sorry. It seems that my script worked only for the case where we have only 1 group. Basically here withCounts.Count I wanted to get access to the Count field in the context of the row be...
   Author: Ruslan Al-Fakikh, 2013-03-15, 19:46
Sort:
project
Pig (64)
Hive (19)
Sqoop (9)
MapReduce (6)
Avro (4)
Hadoop (3)
type
mail # user (64)
date
last 7 days (0)
last 30 days (3)
last 90 days (22)
last 6 months (25)
last 9 months (64)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
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)
Ruslan Al-Fakikh