Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 255 (2.888s).
Loading phrases to help you
refine your search...
Re: Child processes on datanodes/task trackers - Hadoop - [mail # general]
...After you obtain pid, you can use jstack to see what the Child process was doing.  What hadoop version are you using ?  On Wed, Aug 25, 2010 at 7:28 PM, C J  wrote:  ...
   Author: Ted Yu, 2010-08-26, 02:34
Re: Child processes on datanodes/task trackers - Hadoop - [mail # general]
...Use jps to find out pid of the Child. Then use this to find out which job the Child belongs to: ps aux | grep   On Wed, Aug 25, 2010 at 12:20 PM, C J  wrote:  ...
   Author: Ted Yu, 2010-08-25, 23:17
Re: quota? - Hadoop - [mail # user]
...Refer to http://hadoop.apache.org/common/docs/r0.20.0/hdfs_quota_admin_guide.html#Space+Quotas  On Wed, Aug 25, 2010 at 3:43 PM, jiang licht  wrote:  ...
   Author: Ted Yu, 2010-08-25, 22:47
Re: command to start and stop balancer? - Hadoop - [mail # user]
...start-balancer.sh calls 'start balancer' They have same effect.  On Tue, Aug 24, 2010 at 12:13 PM, jiang licht  wrote:  ...
   Author: Ted Yu, 2010-08-24, 19:20
Re: add new data node failed: incompatible build version (CDH3) - Hadoop - [mail # user]
...CDH 0.20.2+320 isn't compatible with 0.20.2+228 You need to upgrade whole cluster.  On Mon, Aug 23, 2010 at 2:00 PM, jiang licht  wrote:  ...
   Author: Ted Yu, 2010-08-23, 21:06
Re: what "role" should I assign the weakest node in a hadoop cluster - Hadoop - [mail # user]
...It depends on how weak this node is because NameNode is SPOF.  On Thu, Aug 19, 2010 at 2:13 PM, Alejandro Montenegro w rote:  ...
   Author: Ted Yu, 2010-08-19, 22:22
Re: How to get job configuration from external source - Hadoop - [mail # user]
...Check $HADOOP_HOME/logs directory where you can find: job_201008102250_0035_conf.xml  job_201008102250_0092_conf.xml  ...  On Thu, Aug 12, 2010 at 10:58 AM, patek tek  wr...
   Author: Ted Yu, 2010-08-12, 18:35
Re: Data World Record Falls as Computer Scientists Break Terabyte Sort Barrier - Hadoop - [mail # general]
...Maybe this would give us a little more incentive to resolve HDFS-347  Cheers  On Mon, Aug 2, 2010 at 1:50 PM, Abhishek Verma wrote:  ...
   Author: Ted Yu, 2010-08-04, 03:02
Re: How to make Hadoop listen on multiple network interfaces ? - Hadoop - [mail # user]
...Hadoop uses DNS lookup to associate IP with hostname.  It would be better if you follow the rack concept and have a ToR (Top of Rack) switch which allows for port bonding.  See HBA...
   Author: Ted Yu, 2010-07-30, 22:40
Re: mapred.userlog.retain.hours - Hadoop - [mail # user]
...Have you restarted your cluster ?  You can actually specify this parameter in JobConf. See the usage:         TaskLog.cleanup(job.getInt("mapred.userlog.retain.hours...
   Author: Ted Yu, 2010-07-29, 20:53
Sort:
project
HBase (2474)
Hadoop (255)
MapReduce (148)
Zookeeper (50)
Hive (35)
HDFS (32)
Accumulo (2)
Avro (2)
type
mail # user (200)
mail # general (50)
mail # dev (3)
issue (2)
date
last 7 days (0)
last 30 days (3)
last 90 days (7)
last 6 months (9)
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)
Ted Yu