Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 255 (0.18s).
Loading phrases to help you
refine your search...
Re: Distributed indexing with Hadoop - Hadoop - [mail # user]
...$MAHOUT_HOME/examples/bin/build-reuters.shFYI  On Sat, Jan 29, 2011 at 12:57 AM, Marco Didonna wrote:  ...
   Author: Ted Yu, 2011-01-29, 16:25
Re: How to get metrics information? - Hadoop - [mail # user]
...In the test code, JobTracker is returned from:          mr = new MiniMRCluster(0, 0, 0, "file:///", 1, null, null, null, conf);         jobTracke...
   Author: Ted Yu, 2011-01-23, 02:59
Re: How to get metrics information? - Hadoop - [mail # user]
...You can use the following code:         JobClient jc = new JobClient(jobConf);         int numReduces = jc.getClusterStatus().getMaxReduceTasks(); &nb...
   Author: Ted Yu, 2011-01-22, 21:46
Re: Hive rc - Hadoop - [mail # user]
...Check out processCmd() in CliDriver.java  Basically .hiverc contains multiple lines of CLI commands. You can use backslash to spread one command across multiple lines.  On Thu, Jan...
   Author: Ted Yu, 2011-01-21, 00:33
Re: libjars options - Hadoop - [mail # user]
...Refer to Alex Kozlov's answer on 12/11/10  On Tue, Jan 11, 2011 at 10:10 AM, C.V.Krishnakumar Iyer wrote:  ...
   Author: Ted Yu, 2011-01-11, 18:23
Re: Help: How to increase amont maptasks per job ? - Hadoop - [mail # user]
...Check out mapred.map.tasks and mapred.reduce.tasks  On Fri, Jan 7, 2011 at 1:40 PM, Tali K  wrote:  ...
   Author: Ted Yu, 2011-01-07, 21:47
Re: Help: How to increase amont maptasks per job ? - Hadoop - [mail # user]
...Set higher values for mapred.tasktracker.map.tasks.maximum (and mapred.tasktracker.reduce.tasks.maximum) in mapred-site.xml  On Fri, Jan 7, 2011 at 12:58 PM, Tali K  wrote:  ...
   Author: Ted Yu, 2011-01-07, 21:19
Re: how to build hadoop in Linux - Hadoop - [mail # user]
...How about compile-core-native ?  On Sat, Jan 1, 2011 at 11:21 AM, Da Zheng  wrote:  ...
   Author: Ted Yu, 2011-01-01, 19:26
Re: how to build hadoop in Linux - Hadoop - [mail # user]
...For question #3, this should be helpful: http://ant.apache.org/manual/tasksoverview.html#compile  On Sat, Jan 1, 2011 at 6:53 AM, Da Zheng  wrote:  ...
   Author: Ted Yu, 2011-01-01, 15:31
Re: DISCUSSION: Cut a hadoop-0.20.0-append release from the tip of branch-0.20-append branch? - Hadoop - [mail # general]
...their new features on trunk against that.  There was a thread in Nov - 'Caution using Hadoop 0.21' It would be helpful to see response to 0.22  ...
   Author: Ted Yu, 2010-12-23, 01:46
Sort:
project
HBase (2464)
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 (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)
Ted Yu