Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 275 (0.094s).
Loading phrases to help you
refine your search...
Re: Maps running - how to increase? - Hadoop - [mail # user]
...Is that setting in the hadoop-site.xml file on every node? Each tasktracker reads in that file once and sets its max map tasks from that. There's no way to control this setting on a per-job ...
   Author: Aaron Kimball, 2009-08-06, 17:59
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, 17:52
Re: namenode -upgrade problem - Hadoop - [mail # user]
...The only time you would need to upgrade is if you've increased the Hadoop version but are retaining the same HDFS :) So, that's the normal case.  What does "netstat --listening --numeri...
   Author: Aaron Kimball, 2009-08-05, 19:21
Re: namenode -upgrade problem - Hadoop - [mail # user]
...Are you sure you stopped all the daemons? Use 'sudo jps' to make sure :) - Aaron  On Mon, Aug 3, 2009 at 7:26 PM, bharath vissapragada  wrote:  ...
   Author: Aaron Kimball, 2009-08-05, 17:32
Re: how to dump data from a mysql cluster to hdfs? - Hadoop - [mail # user]
...mysqldump to local files on all 50 nodes, scp them to datanodes, and then bin/hadoop fs -put? - Aaron  On Mon, Aug 3, 2009 at 8:15 PM, Min Zhou  wrote:  ...
   Author: Aaron Kimball, 2009-08-05, 17:27
Re: questions about HDFS file access synchronization - Hadoop - [mail # user]
...On Wed, Aug 5, 2009 at 6:09 AM, Zhang Bingjun (Eddy) wrote:    There is no sync() call in HDFS. A will read whatever portion of B's data has already been committed to disk by the d...
   Author: Aaron Kimball, 2009-08-05, 17:22
Re: how to get out of Safe Mode? - Hadoop - [mail # user]
...For future reference, $ bin/hadoop dfsadmin safemode -leave will also just cause HDFS to exit safemode forcibly.  - Aaron  On Wed, Aug 5, 2009 at 1:04 AM, Amandeep Khurana  wr...
   Author: Aaron Kimball, 2009-08-05, 17:18
Re: A few questions about Hadoop and hard-drive failure handling. - Hadoop - [mail # user]
...On Fri, Jul 24, 2009 at 6:48 AM, Steve Loughran  wrote:   +1!  ...
   Author: Aaron Kimball, 2009-07-24, 18:02
Re: DiskChecker$DiskErrorException in TT logs - Hadoop - [mail # user]
...Amandeep,  Does the job fail after that happens? Are there any WARN or ERROR lines in the log nearby, or any exceptions?  Three possibilities I can think of:  You may have con...
   Author: Aaron Kimball, 2009-07-24, 18:00
Re: hdfs question when replacing dead node... - Hadoop - [mail # user]
...How fast did you re-run fsck after re-joining the node? fsck returns data based on the latest block reports from datanodes -- these are scheduled to run (I think) every 15 minutes, so the Na...
   Author: Aaron Kimball, 2009-07-24, 02:21
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 (1372)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Aaron Kimball