Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 259 (0.13s).
Loading phrases to help you
refine your search...
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
Re: error:Caused by: java.lang.ClassNotFoundException: com.hadoop.compression.lzo.LzopCodec - Hadoop - [mail # user]
...Yes.  On Thu, Jul 29, 2010 at 7:57 AM, Alex Luya  wrote  nux- /lib/tools.jar:/usr/local/hadoop/hadoop-0.20.2/bin/..:/usr/local/hadoop/had oop-0.20.2/bin/../hadoop-0.20.2- ing-...
   Author: Ted Yu, 2010-07-29, 16:11
Re: what affects number of reducers launched by hadoop? - Hadoop - [mail # user]
...The 3 stages for reducer are: copy sort reduce  On Wed, Jul 28, 2010 at 12:24 PM, Vitaliy Semochkin wrote:  ...
   Author: Ted Yu, 2010-07-28, 19:33
Re: empty input - Hadoop - [mail # user]
...No. There is no InputSplit generated from them.  On Mon, Jul 26, 2010 at 12:37 PM, Gang Luo  wrote:  ...
   Author: Ted Yu, 2010-07-26, 19:47
Re: Lazy initialization of Reducers - Hadoop - [mail # general]
...I don't find such parameter in 0.20.2  Please create such flag in your own class.  On Wed, Jul 21, 2010 at 10:15 AM, Syed Wasti  wrote:  the B hod...
   Author: Ted Yu, 2010-07-21, 17:38
Re: Hadoop and XML - Hadoop - [mail # general]
...I also added Peter's comment to the JIRA I logged: https://issues.apache.org/jira/browse/HADOOP-6868  On Tue, Jul 20, 2010 at 9:38 AM, Ted Yu  wrote:  ...
   Author: Ted Yu, 2010-07-20, 16:50
Re: Hadoop and XML - Hadoop - [mail # general]
...So the correct call should be: String valueString = new String(valueText.getBytes(), 0, valueText.getLength(), "UTF-8");  Cheers  On Tue, Jul 20, 2010 at 9:23 AM, Jeff Bean  w...
   Author: Ted Yu, 2010-07-20, 16:38
Sort:
project
HBase (2547)
Hadoop (259)
MapReduce (148)
Zookeeper (50)
HDFS (38)
Hive (35)
Accumulo (2)
Avro (2)
Drill (2)
type
mail # user (201)
mail # general (50)
mail # dev (6)
issue (2)
date
last 7 days (0)
last 30 days (4)
last 90 days (10)
last 6 months (13)
last 9 months (259)
author
Harsh J (1387)
Steve Loughran (942)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (577)
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)
Ted Yu