Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 255 (0.201s).
Loading phrases to help you
refine your search...
Re: hbase - Hadoop - [mail # general]
...Mapreduce isn't required. For your query, Hive would be a better fit.  On Sun, Apr 10, 2011 at 5:36 AM, Mag Gam  wrote:  ...
   Author: Ted Yu, 2011-04-10, 13:56
Re: How to pass a parameter to map ? - Hadoop - [mail # general]
...You can utilize hadoop Configuration (JobConf).  On Thu, Mar 17, 2011 at 1:15 PM, Alessandro Binhara wrote:  ...
   Author: Ted Yu, 2011-03-17, 20:57
Re: Cost of bytecode execution in MapReduce - Hadoop - [mail # user]
...Are you investigating alternative map-reduce framework ?  Please read: http://www.craighenderson.co.uk/mapreduce/  On Thu, Feb 17, 2011 at 9:45 AM, Matthew John wrote:  ...
   Author: Ted Yu, 2011-02-17, 21:24
Re: Cost of bytecode execution in MapReduce - Hadoop - [mail # user]
...There was a discussion thread about why hadoop was developed in Java. Please read it.  On Wed, Feb 16, 2011 at 10:39 PM, Matthew John wrote:  ...
   Author: Ted Yu, 2011-02-17, 16:24
Re: Cost of bytecode execution in MapReduce - Hadoop - [mail # user]
...Is your target development environment using C++ ?  On Wed, Feb 16, 2011 at 9:49 PM, Matthew John wrote:  ...
   Author: Ted Yu, 2011-02-17, 06:22
Re: Externalizing Hadoop configuration files - Hadoop - [mail # user]
...You need to develop externalization yourself.  Our installer uses place holders such as:    fs.checkpoint.dir  dataFolderPlaceHolder/dfs/namesecondary,backupFolderPlaceHo...
   Author: Ted Yu, 2011-02-16, 23:32
Re: A slave knows the other in hadoop? - Hadoop - [mail # user]
...second ?  That is not needed.  On Wed, Feb 16, 2011 at 10:19 AM, Sandro Simas wrote:  ...
   Author: Ted Yu, 2011-02-16, 18:23
Re: Writing Reducer output to database - Hadoop - [mail # user]
...Have you noticed this method in DBConfiguration ?   public static void configureDB(Configuration conf, String driverClass,       String dbUrl, String userName, String pas...
   Author: Ted Yu, 2011-02-07, 04:55
Re: Writing Reducer output to database - Hadoop - [mail # user]
...I think you have looked at src/examples/org/apache/hadoop/examples/DBCountPageView.java where:     job.setMapOutputKeyClass(Text.class);  and: public class Text extends Binary...
   Author: Ted Yu, 2011-02-06, 17:00
Re: Writing Reducer output to database - Hadoop - [mail # user]
...At least in cdh3b2, there are two DBOutputFormat.java:  ./src/mapred/org/apache/hadoop/mapred/lib/db/DBOutputFormat.java ./src/mapred/org/apache/hadoop/mapreduce/lib/db/DBOutputFormat.j...
   Author: Ted Yu, 2011-02-04, 03:29
Sort:
project
HBase (2475)
Hadoop (255)
MapReduce (148)
Zookeeper (50)
Hive (35)
HDFS (33)
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 (1385)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (337)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Ted Yu