Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 125 (0.163s).
Loading phrases to help you
refine your search...
Loading from S3 - Pig - [mail # user]
...I am using LOAD from s3:///file.gz and trying to understand what the expected behaviour is and the best practice is. When LOAD command runs and then UDF is called does pig first copies all t...
   Author: Mohit Anchlia, 2013-03-21, 19:52
Re: Tuples in UDF and null - Pig - [mail # user]
...yes my mistake. I meant to FLATTEN it and then reference it directly. I'll look at filter. What I really need is something where I can filter rows that have UUID followed by either only \t (...
   Author: Mohit Anchlia, 2013-03-07, 20:34
Re: Tuples in UDF and null - Pig - [mail # user]
...So I did this. I took your example and put it in a file and ran some pig commands through grunt but I am getting same results from a bag and generating from tuple. I might be doing something...
   Author: Mohit Anchlia, 2013-03-07, 19:58
Re: Tuples in UDF and null - Pig - [mail # user]
...good suggestion. Let me try that  On Thu, Mar 7, 2013 at 11:27 AM, Harsha  wrote:  ...
   Author: Mohit Anchlia, 2013-03-07, 19:40
Re: Tuples in UDF and null - Pig - [mail # user]
...sorry, yes my question was about accessing b not $1. What's the effect of writing empty() to a file. Say if I did store b into temp then should I expect a line or nothing gets writen at all ...
   Author: Mohit Anchlia, 2013-03-07, 19:15
Re: Tuples in UDF and null - Pig - [mail # user]
...Thanks! Does "generate" skip over that? if I did b = for B generate $1 what should be expected outcome of alias "b"  On Thu, Mar 7, 2013 at 10:31 AM, Harsha  wrote:  ...
   Author: Mohit Anchlia, 2013-03-07, 18:35
Re: Tuples in UDF and null - Pig - [mail # user]
...Any help would be appreciated. I'll also write something shortly and see what happens.  On Wed, Mar 6, 2013 at 4:58 PM, Mohit Anchlia wrote:  ...
   Author: Mohit Anchlia, 2013-03-07, 18:10
Tuples in UDF and null - Pig - [mail # user]
...If I define and set tuple like this:  Tuple t1 = mTupleFactory.newTuple(2); t1.set(0, "Hello"); t1.set(1, NULL);  and have schema like:  b:bag{t:tuple(a:chararray, b:chararray...
   Author: Mohit Anchlia, 2013-03-07, 00:58
Re: Unable to upload to S3 - Pig - [mail # user]
...Keys that are given here were changed so it's not the real key. I did find updating the keys in pig.properties file helpful.  On Mon, Mar 4, 2013 at 4:16 PM, Eli Finkelshteyn wrote: &nb...
   Author: Mohit Anchlia, 2013-03-05, 17:45
Unable to upload to S3 - Pig - [mail # user]
...I am trying to upload to S3 using pig but I get:  grunt> store A into 's3://BBBBBCCKIAJV5KGMZVA:KKKKxmw5F7I4AWd6rDRA@ /bucket/1/2/a'; 2013-03-04 18:24:39,475 [main] INFO org.apache.p...
   Author: Mohit Anchlia, 2013-03-04, 23:32
Sort:
project
Hadoop (148)
HBase (126)
Pig (125)
Flume (55)
MapReduce (34)
HDFS (11)
Hive (10)
Accumulo (1)
type
mail # user (125)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (20)
last 9 months (125)
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 (262)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (156)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Mohit Anchlia