Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 255 (0.091s).
Loading phrases to help you
refine your search...
Re: Pragmatic cluster backup strategies? - Hadoop - [mail # user]
...Yes you will have redundancy, so no single point of hardware failure can wi pe out your data, short of a major catastrophe.  But you can still have an  errant or malicious "hadoop ...
   Author: Robert Evans, 2012-05-29, 17:02
Re: contributing as student - Hadoop - [mail # dev]
...Also be aware that a lot of us are very busy, so sadly you may need to send  mail to the appropriate mailing list if your patch is not reviewed quickly .   On 5/29/12 4:32 AM, "Dev...
   Author: Robert Evans, 2012-05-29, 15:12
Re: Stream data processing - Hadoop - [mail # user]
...If you want the results to come out instantly Map/Reduce is not the proper  choice.  Map/Reduce is designed for batch processing.  It can do small batc hes, but the overhead o...
   Author: Robert Evans, 2012-05-22, 13:52
Re: Stream data processing - Hadoop - [mail # user]
...Zhiwei,  How quickly do you have to get the result out once the new data is added?   How far back in time do you have to look for BBBB from the occurrence of bb bb?  Do you ha...
   Author: Robert Evans, 2012-05-21, 21:07
Re: Transfer archives (or any file) from Mapper to Reducer? - Hadoop - [mail # user]
...Be careful putting them in HDFS.  It does not scale very well, as the numbe r of file opens will be on the order of Number of Mappers * Number of Reduc ers.  You can quickly do a d...
   Author: Robert Evans, 2012-05-21, 18:39
Re: Need Urgent Help on Architecture - Hadoop - [mail # dev]
...All attachments are stripped when sent to the mailing list.  You will need  to use another service if you want us to see the diagram.   On 5/18/12 12:50 PM, "samir das mohapat...
   Author: Robert Evans, 2012-05-21, 18:10
Re: Oozie vs. YARN "application" - Hadoop - [mail # general]
...Keith,  The documentation is incorrect.  The plan is to be able to support such a t hing, but it has not been implemented yet.  I would like to see it be part  of the cor...
   Author: Robert Evans, 2012-05-18, 05:11
Re: [VOTE] Release hadoop-2.0.0-alpha-rc1 - Hadoop - [mail # general]
...+1 I downloaded the binary ran a single node cluster and kicked the tires a  bit with a few MR jobs.  Everything worked.   On 5/15/12 9:20 PM, "Arun C Murthy"  wrote: &nb...
   Author: Robert Evans, 2012-05-16, 07:04
Re: freeze a mapreduce job - Hadoop - [mail # user]
...There is an idle timeout for map/reduce tasks.  If a task makes no progress  for 10 min (Default) the AM will kill it on 2.0 and the JT will kill it on  1.0.  But I don't...
   Author: Robert Evans, 2012-05-11, 15:58
Re: Sailfish - Hadoop - [mail # dev]
...That makes perfect sense to me.  Especially because it really is a new impl ementation of shuffle that is optimized for very large jobs.  I am happy to  see anything go in tha...
   Author: Robert Evans, 2012-05-11, 14:29
Sort:
project
Hadoop (255)
MapReduce (147)
HDFS (27)
type
mail # user (98)
mail # general (91)
mail # dev (66)
date
last 7 days (0)
last 30 days (9)
last 90 days (22)
last 6 months (35)
last 9 months (255)
author
Harsh J (1384)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Robert Evans