Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 255 (2.936s).
Loading phrases to help you
refine your search...
Re: Hadoop and XML - Hadoop - [mail # general]
...http://oobaloo.co.uk/articles/2010/1/20/processing-xml-in-hadoop.html  On Fri, Jul 16, 2010 at 3:07 PM, Peter Minearo  wrote:  ...
   Author: Ted Yu, 2010-07-17, 04:43
Re: Exception in thread "main" java.lang.ClassNotFoundException in Hadoop - Hadoop - [mail # general]
...I assume you have used jar command to confirm that org.myorg.WordCount is i n wordcount.jar  On Mon, Jul 12, 2010 at 10:59 PM, james isaac wr ote:  y...
   Author: Ted Yu, 2010-07-14, 20:08
Re: Hadoop Streaming (with Python) and Queue's - Hadoop - [mail # user]
...If you're using capacity scheduler, see: http://hadoop.apache.org/common/docs/r0.20.2/capacity_scheduler.html#Setting+up+queues  The queues can be checked through job tracker web UI und...
   Author: Ted Yu, 2010-07-14, 17:37
Re: Hadoop's datajoin - Hadoop - [mail # user]
...Please read the source code of DataJoinJob.java Then you would know that the last parameter should be the number of reducers.  On Wed, Jul 14, 2010 at 2:33 AM, Denim Live  wrote: &...
   Author: Ted Yu, 2010-07-14, 16:37
Re: This file system object ...does not support access to the request path ... - Hadoop - [mail # user]
...As the error message suggested, call LocalFileSystem.get()  Regards  On Wed, Jul 14, 2010 at 8:21 AM, Bradford Stephens  wrote:  ...
   Author: Ted Yu, 2010-07-14, 16:15
Re: Debuging hadoop core - Hadoop - [mail # user]
...It points to hdfs. Please replace with your namenode IP or hostname.  On Tue, Jul 13, 2010 at 10:38 PM, Pramy Bhats wrote:  ...
   Author: Ted Yu, 2010-07-14, 13:40
Re: Debuging hadoop core - Hadoop - [mail # user]
...Find hadoop-site.xml which Eclipse claimed was in your classpath. In the same directory, look for core-site.xml and add the following:    fs.default.name   hdfs://sjc9-flash-g...
   Author: Ted Yu, 2010-07-14, 03:09
Re: java.lang.OutOfMemoryError: Java heap space - Hadoop - [mail # user]
...Normally task tracker isn't run on Name node. Did you configure otherwise ?  On Mon, Jul 12, 2010 at 3:06 PM, Shuja Rehman  wrote:  ...
   Author: Ted Yu, 2010-07-13, 00:49
Re: map.input.file in 20.1 - Hadoop - [mail # user]
...How about: FileSplit fileSplit = (FileSplit) context.getInputSplit(); String sFileName = fileSplit.getPath().getName();  On Mon, Jul 12, 2010 at 2:56 PM, David Hawthorne  wrote: &n...
   Author: Ted Yu, 2010-07-12, 23:18
Re: Exception in thread "main" java.lang.ClassNotFoundException in Hadoop - Hadoop - [mail # general]
...Please give the commandline you used. You should have specified the jar containing WordCount class.  On Mon, Jul 12, 2010 at 5:15 AM, james isaac wro te:  sites...
   Author: Ted Yu, 2010-07-12, 15:44
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 (1379)
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 (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Ted Yu