Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 51 to 60 from 255 (0.111s).
Loading phrases to help you
refine your search...
Re: FUSE HDFS significantly slower - Hadoop - [mail # user]
...https://issues.apache.org/jira/browse/HADOOP-3805 tried to mitigate this problem.  On Mon, Oct 25, 2010 at 10:17 PM, aniket ray  wrote:  ...
   Author: Ted Yu, 2010-10-26, 05:40
Re: XmlInputFormat - Hadoop - [mail # general]
...Refer to previous discussion entitled 'Hadoop and XML'  On Mon, Oct 25, 2010 at 2:55 AM, Aniruddha  wrote:  ...
   Author: Ted Yu, 2010-10-26, 04:16
Re: What is the best to terminate a Map job without it being retried - Hadoop - [mail # user]
...How about deleting/moving the dirty files in your mapper or in another job ?  On Fri, Oct 8, 2010 at 4:30 PM, Steve Kuo  wrote:  ...
   Author: Ted Yu, 2010-10-08, 23:35
Re: conf.setCombinerClass in Map/Reduce - Hadoop - [mail # user]
...If input to reducer is of , the combiner would take in  and emit .  On Tue, Oct 5, 2010 at 10:03 PM, Shi Yu  wrote:  ...
   Author: Ted Yu, 2010-10-06, 22:37
Re: Passing commandline arguments to Mapper class - Hadoop - [mail # user]
...When you are passing a commandline argument while running the job (using '-D'), then it is set for you in the configuration whenever job's configuration is created.  On Sat, Oct 2, 2010...
   Author: Ted Yu, 2010-10-03, 00:29
Re: java.lang.RuntimeException: java.io.EOFException at org.apache.hadoop.io.WritableComparator.compare(WritableComparator.java:103) - Hadoop - [mail # user]
...Line 84 is empty. Line 83 is:           out.writeUTF(query_id);  Please send the stack trace that corresponds to your attachment.  In the very begining of ...
   Author: Ted Yu, 2010-09-30, 17:42
Re: java.lang.RuntimeException: java.io.EOFException at org.apache.hadoop.io.WritableComparator.compare(WritableComparator.java:103) - Hadoop - [mail # user]
...Your MsRead.readFields() doesn't contain readInt(). Can you show us the lines around line 84 of MsRead.java ?  On Wed, Sep 29, 2010 at 2:44 PM, Tali K  wrote:  ...
   Author: Ted Yu, 2010-09-30, 05:27
Re: Proper blocksize and io.sort.mb setting when using compressed LZO files - Hadoop - [mail # user]
...The default is 100MB for InMemory File System:       int size = Integer.parseInt(conf.get("fs.inmemory.size.mb", "100")); ./src/core/org/apache/hadoop/fs/InMemoryFileSystem.ja...
   Author: Ted Yu, 2010-09-27, 16:40
Re: Proper blocksize and io.sort.mb setting when using compressed LZO files - Hadoop - [mail # user]
...The setting should be fs.inmemory.size.mb  On Mon, Sep 27, 2010 at 7:15 AM, pig  wrote:  ...
   Author: Ted Yu, 2010-09-27, 15:18
Re: java.lang.OutOfMemoryError: GC overhead limit exceeded - Hadoop - [mail # user]
...-1 means there is no limit to reusing. At the same time, you can generate heap dump from OOME and analyze with YourKit, etc.  Cheers  On Sun, Sep 26, 2010 at 1:19 PM, Bradford Step...
   Author: Ted Yu, 2010-09-26, 21:35
Sort:
project
HBase (2470)
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 (1373)
Steve Loughran (930)
Owen O'Malley (816)
Todd Lipcon (755)
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