Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 111 to 120 from 275 (0.168s).
Loading phrases to help you
refine your search...
Re: How does hadoop deal with hadoop-site.xml? - Hadoop - [mail # user]
...Hi Inifok,  This is a confusing aspect of Hadoop, I'm afraid.  Settings are divided into two categories: "per-job" and "per-node." Unfortunately, which are which, isn't documented....
   Author: Aaron Kimball, 2009-08-19, 23:38
Re: Location of the source code for the fair scheduler - Hadoop - [mail # user]
...Hi Mithila,  In the Mapreduce svn tree, it's under src/contrib/fairscheduler/ - Aaron  On Wed, Aug 19, 2009 at 2:48 PM, Mithila Nagendra  wrote:  ...
   Author: Aaron Kimball, 2009-08-19, 23:29
Re: Running Cloudera's distribution without their support agreement - is that a bad idea? - Hadoop - [mail # user]
...Hi Erik,  We built our distribution to make it easy for you to get started using Hadoop -- not to force you into buying a support agreement. (Though if you're running Hadoop in a produc...
   Author: Aaron Kimball, 2009-08-19, 23:28
Re: What will we encounter if we add a lot of nodes into the current cluster? - Hadoop - [mail # user]
...Also, if you haven't yet configured rack awareness, now's a good time to start :) - Aaron  On Tue, Aug 11, 2009 at 11:27 PM, Ted Dunning  wrote:  ...
   Author: Aaron Kimball, 2009-08-12, 21:03
Re: Need info about "mapred.input.format.skew" - Hadoop - [mail # user]
...Cubic,  I don't see that string appear anywhere in the MapReduce trunk source. Where'd you come across this? - Aaron  On Tue, Aug 11, 2009 at 12:53 PM, CubicDesign  wrote: &nb...
   Author: Aaron Kimball, 2009-08-12, 21:01
Re: XML files in HDFS - Hadoop - [mail # user]
...Wasim,  RecordReader implementations should never require that elements not be spread across multiple blocks. The start and end offsets into a file in an InputSplit are taken as soft li...
   Author: Aaron Kimball, 2009-08-11, 23:01
Re: newbie question - Hadoop - [mail # user]
...You can set it on a per-file basis if you'd like the control. The data structures associated with files allow these to be individually controlled. But there's also a  create() call that...
   Author: Aaron Kimball, 2009-08-10, 18:42
Re: ~ Replacement for MapReduceBase ~ - Hadoop - [mail # user]
...Naga,  That's right. In the old API, Mapper and Reducer were just interfaces and didn't provide default implementations of their code. Thus MapReduceBase. Now Mapper and Reducer are cla...
   Author: Aaron Kimball, 2009-08-10, 17:53
Re: Maps running - how to increase? - Hadoop - [mail # user]
...I don't know that your load-in speed is going to dramatically increase. There's a number of parameters that adjust aspects of MapReduce, but HDFS more or less works out of the box. You shoul...
   Author: Aaron Kimball, 2009-08-06, 20:45
Re: Help in running hadoop from eclipse - Hadoop - [mail # user]
...May I ask why you're trying to run the NameNode in Eclipse? This is likely going to cause you lots of classpath headaches. I think your current problem is that it can't find its config files...
   Author: Aaron Kimball, 2009-08-06, 18:09
Sort:
project
Hadoop (275)
MapReduce (131)
Hive (22)
Avro (10)
HDFS (9)
HBase (5)
Pig (3)
Sqoop (3)
Flume (1)
type
mail # user (224)
mail # general (38)
mail # dev (11)
issue (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (275)
author
Harsh J (1375)
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)
Aaron Kimball