Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 169 (3.523s).
Loading phrases to help you
refine your search...
Re: The fact that STORE needs to use quoted file names but fs does not is confusing! - Pig - [mail # user]
...Also, 'local' is overloaded here. local doesn't mean local fs, local means local map-reduce mode (non-cluster)  Ashutosh On Wed, Aug 24, 2011 at 14:31, Dmitriy Ryaboy  wrote:  ...
   Author: Ashutosh Chauhan, 2011-08-24, 21:37
Re: Does the pig optimizer keep track of relations that are already sorted when doing a JOIN? - Pig - [mail # user]
...@Andrew, You can take a look at the conditions for merge-join here: http://pig.apache.org/docs/r0.8.1/piglatin_ref1.html#Merge+Joins  @Kevin, If you want to improve merge-join, way to g...
   Author: Ashutosh Chauhan, 2011-08-21, 16:59
Re: More 'Merge join/Cogroup only supports Filter, Foreach, filter and Load as its predecessor' silliness :-( - Pig - [mail # user]
...Try the following:  data = LOAD 'test2.csv' USING PigStorage(',') AS (source:int, target:int) ;  by_source = ORDER data BY source; by_target = FOREACH (ORDER data BY target) GENERA...
   Author: Ashutosh Chauhan, 2011-08-21, 16:51
Re: Does the pig optimizer keep track of relations that are already sorted when doing a JOIN? - Pig - [mail # user]
...Hey Kevin,  No, Pig currently doesn't auto-detect that data is getting sorted in previous steps of script. So, you need to tell it by 'using merge'.  Hope it helps, Ashutosh  ...
   Author: Ashutosh Chauhan, 2011-08-20, 06:12
Re: Merge join - Pig - [mail # user]
...If you control the generation of data which needs to be joined, then you can store it with Zebra and then do the joins. If not, then you either need to rewrite the data using Zebra or need t...
   Author: Ashutosh Chauhan, 2011-07-20, 21:21
Re: Merge join - Pig - [mail # user]
...It depends on whether you want to do inner or outer (also called co-group) merge join. If you are doing inner merge join on two tables PigStorage satisfies all the criteria and can be used. ...
   Author: Ashutosh Chauhan, 2011-07-20, 20:15
Re: Merge join - Pig - [mail # user]
...Hey Ankur,  Zebra's TableLoader works with the data written out using Zebra's TableStorer. So, you need to write the data first using Zebra and then subsequently load using TableLoader ...
   Author: Ashutosh Chauhan, 2011-07-20, 17:22
Re: How to make pig works with hadoop-0.20-append - Pig - [mail # user]
...This looks something that needs to be fixed in bin/pig. Jameson, feel free to raise jira for it.  Ashutosh On Tue, Jul 5, 2011 at 19:12, Jameson Li  wrote:...
   Author: Ashutosh Chauhan, 2011-07-06, 05:40
Re: Welcome to Aniket Mokashi - Pig - [mail # dev]
...Congratulations, Aniket! Hoping to see many more contributions in Pig from you.  Ashutosh On Thu, May 19, 2011 at 10:08, Alan Gates  wrote: helped e rd to...
   Author: Ashutosh Chauhan, 2011-05-19, 17:19
Re: Squid Log Loader - Pig - [mail # dev]
...Hey Julian,  That will certainly be useful. Piggybank is meant for users collaborating for tools/extensions around Pig.  I am quite sure others will find Squid Proxy Log parsing in...
   Author: Ashutosh Chauhan, 2011-05-15, 18:00
Sort:
project
Hive (250)
Pig (169)
Hadoop (15)
MapReduce (1)
type
mail # user (122)
mail # dev (38)
issue (9)
date
last 7 days (0)
last 30 days (1)
last 90 days (2)
last 6 months (6)
last 9 months (169)
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)