Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 173 (0.09s).
Loading phrases to help you
refine your search...
Re: Processing 10MB files in Hadoop - Hadoop - [mail # user]
...The number of mapper is determined by your InputFormat.  In common case, if file is smaller than one block size (which is 64M by default), one mapper for this file. if file is larger th...
   Author: Jeff Zhang, 2009-11-26, 13:57
Re: How to handle imbalanced data in hadoop ? - Hadoop - [mail # user]
...agree, the worst case for quick sort is O(n2) if all the data is the same.  and in this case the running for heapsort is O(n*log n)  Jeff Zhang   On Tue, Nov 24, 2009 at 7:35 ...
   Author: Jeff Zhang, 2009-11-24, 16:09
Re: Saving Intermediate Results from the Mapper - Hadoop - [mail # user]
...Hi Jason,  which option is for setting disable the removal of intermediate data ?  Thank you  Jeff Zhang   On Mon, Nov 23, 2009 at 10:27 AM, Jason Venner wrote:  ...
   Author: Jeff Zhang, 2009-11-23, 02:38
Re: Starting Hadoop cluster on EC2 - Hadoop - [mail # general]
...The ssh is installed on ec2 by default, otherwise you have no way to login to ec2   Jeff Zhang    On Sun, Nov 22, 2009 at 8:09 AM, Something Something  wrote:  ...
   Author: Jeff Zhang, 2009-11-22, 16:19
Re: Is the mapper output type must the same as reducer if combiner is used ? - Hadoop - [mail # user]
...karthik,  In your case, then the Combiner is not the same as Reducer. So it is not necessary to make the combiner same as reducer, right?  Thank you  Jeff Zhang   2009/11...
   Author: Jeff Zhang, 2009-11-22, 15:41
Re: Starting Hadoop cluster on EC2 - Hadoop - [mail # general]
...You can scp key-pair to ec2 machine  Jeff Zhang  On Sat, Nov 21, 2009 at 4:57 PM, Something Something  wrote:  ...
   Author: Jeff Zhang, 2009-11-22, 10:06
Is the mapper output type must the same as reducer if combiner is used ? - Hadoop - [mail # user]
...Hi all,  As I know, Combiner is used in the mapper task, and most of the time, combiner is the same as reducer.  So if combiner is used, the output type of mapper task must the sam...
   Author: Jeff Zhang, 2009-11-22, 08:27
Re: Starting Hadoop cluster on EC2 - Hadoop - [mail # general]
...You can scp key-pair to ec2 machine   Jeff Zhang   On Sat, Nov 21, 2009 at 4:57 PM, Something Something  wrote:  ...
   Author: Jeff Zhang, 2009-11-22, 05:38
Re: Starting Hadoop cluster on EC2 - Hadoop - [mail # general]
...You should scp the key-pair to EC2 machine  Jeff Zhang  On Sat, Nov 21, 2009 at 4:57 PM, Something Something  wrote:  ...
   Author: Jeff Zhang, 2009-11-22, 02:12
Re: to get hadoop working around with multiple users on the same instance - Hadoop - [mail # user]
...On Fri, Nov 20, 2009 at 4:39 PM, Siddu  wrote:   *    You can still connect the machine if it run  pseudo distributed file system. But in the configuration files, us...
   Author: Jeff Zhang, 2009-11-20, 09:46
Sort:
project
Hadoop (173)
Pig (146)
MapReduce (47)
HDFS (39)
HBase (24)
Hive (13)
Avro (2)
type
mail # user (143)
mail # general (19)
mail # dev (11)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (173)
author
Harsh J (1389)
Steve Loughran (942)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (590)
Eli Collins (516)
Allen Wittenauer (461)
Konstantin Boudnik (347)
Doug Cutting (344)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (304)
jason hadoop (279)
Jeff Zhang