Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 173 (0.255s).
Loading phrases to help you
refine your search...
How to reuse the nodes in blacklist ? - Hadoop - [mail # user]
...Hi all,  Two of my nodes are in the blacklist, and I want to reuse them again. How can I do that ?  Thank you.  Jeff Zhang...
   Author: Jeff Zhang, 2010-01-05, 08:57
Re: how to use InputSampler & TotalOrderPartitioner? - Hadoop - [mail # user]
...Because the shuffle phase start as soon as any mapper task finish, and the shuffle phase needs the Partitioner to route the output of mapper to reducer. So the sampler must complete before t...
   Author: Jeff Zhang, 2010-01-05, 06:26
Re: Killing a Hadoop job - Hadoop - [mail # user]
...invoke command: hadoop job -kill jobID   Jeff Zhang   On Tue, Dec 29, 2009 at 10:02 PM, Mark Kerzner wrote:  ...
   Author: Jeff Zhang, 2009-12-30, 06:07
Re: Implementing VectorWritable - Hadoop - [mail # user]
...The readFields and write method is empty ?  When data is transfered from map phase to reduce phase, data is serialized and deserialized , so the write and readFields will be called. You...
   Author: Jeff Zhang, 2009-12-29, 05:55
Re: VectorWritable - Hadoop - [mail # user]
...It's easy to implement it. You can wrap a List and size (in type) into VectorWritable, and implements the Writable interface   Jeff Zhang   On Sun, Dec 27, 2009 at 8:00 PM, bharath...
   Author: Jeff Zhang, 2009-12-28, 04:21
Is there any formal document about the TFile ? - Hadoop - [mail # user]
...Hi all,  I'd like to deep into internal structure of TFile, from the javadoc and jira-HADOOP-3315, it sounds TFile is a bit like the SequenceFile, but also it has index which makes it l...
   Author: Jeff Zhang, 2009-12-27, 15:35
Re: hadoop job progress going back - Hadoop - [mail # user]
...No, if you look at the click the job id and watch the details of this job, some task must failed.   Jeff Zhang  2009/12/27 Doopah Shaf   ues?...
   Author: Jeff Zhang, 2009-12-27, 10:28
Re: java.io.IOException: Error opening job jar - Hadoop - [mail # user]
...It seems something wrong with your jar. Can you run your jar locally ?   Jeff Zhang   On Wed, Dec 23, 2009 at 12:59 PM, Purnima Balu -X (pbalu - Linkwex at Cisco)  wrote: &nbs...
   Author: Jeff Zhang, 2009-12-27, 06:18
Re: reading sequence Files on local file system - Hadoop - [mail # user]
...The NullPointerException is because the Configuration of your FileSystem is null. So use FileSystem.getLocal(new Configuration())  instead of new LocalFileSystem()   Jeff Zhang &nb...
   Author: Jeff Zhang, 2009-12-26, 09:13
Re: Type mismatch in key from map - Hadoop - [mail # general]
...The KeyValueTextInputFormat is deprecated in hadoop 0.20.1, and there's a new one in trunk for new api. I think you should use part-00000 rather than part-r-00000, then you will get no IOExc...
   Author: Jeff Zhang, 2009-12-24, 04:01
Sort:
project
Hadoop (173)
Pig (146)
MapReduce (47)
HDFS (39)
HBase (24)
Hive (13)
Avro (2)
type
mail # user (143)
mail # general (19)
mail # dev (11)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (173)
author
Harsh J (1377)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
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)
Jeff Zhang