Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 173 (0.068s).
Loading phrases to help you
refine your search...
Re: changing SequenceFile format - Hadoop - [mail # user]
...I think You can modify Writer's append method, and Reader's next method.    On Mon, Sep 13, 2010 at 5:15 PM, Matthew John  wrote:    Best Regards  Jeff Zhang...
   Author: Jeff Zhang, 2010-09-13, 10:06
Re: Problem in copyFromLocal - Hadoop - [mail # user]
...check the data node's log to see whether it starts correctly   On Thu, Sep 9, 2010 at 8:51 AM, Medha Atre  wrote: Node_Cluster%29(as ny ut e Namesystem.java:1448) 0) ve Method) mpl...
   Author: Jeff Zhang, 2010-09-10, 01:08
Re: How to disable secondary node - Hadoop - [mail # user]
...then, do not start secondary namenode (  comment the last line of start-dfs.sh  #  "$bin"/hadoop-daemons.sh --config $HADOOP_CONF_DIR --hosts masters start secondarynamenode )...
   Author: Jeff Zhang, 2010-09-09, 07:08
Re: How to rebuild Hadoop ?? - Hadoop - [mail # user]
...Matthew,  InputFormat will been used in client side, so you should combine the hadoop-0.20.2.jar and hadoop-example.jar into one single jar    On Wed, Sep 8, 2010 at 2:58 AM, ...
   Author: Jeff Zhang, 2010-09-08, 10:27
Re: How to rebuild Hadoop ?? - Hadoop - [mail # user]
...Mattew,  Do you still put your source code in the io package and mapred package ?  If so, rebuild and hadoop core (seems you have done), and then invoke the command bin/hadoop -jar...
   Author: Jeff Zhang, 2010-09-08, 08:55
Re: How to rebuild Hadoop ?? - Hadoop - [mail # user]
...Do you run "ant example" ?    On Tue, Sep 7, 2010 at 10:29 PM, Matthew John  wrote:    Best Regards  Jeff Zhang...
   Author: Jeff Zhang, 2010-09-08, 05:36
Re: How to rebuild Hadoop ?? - Hadoop - [mail # user]
...Matthew, You should put your code in the example source folder, and rebuild the example.  And use the new generated hadoop*version*example.jar in the build folder.  PS: each mapred...
   Author: Jeff Zhang, 2010-09-08, 04:34
Re: change HDFS block size - Hadoop - [mail # user]
...Those lagacy files won't change block size (NameNode have the mapping between block and file) only the new added files will have the block size of 128m    On Tue, Sep 7, 2010 at 7:...
   Author: Jeff Zhang, 2010-09-08, 03:03
Re: where distributed cache start working - Hadoop - [mail # dev]
...Do you debug it using LocalJobRunner ? In local mode, TaskRunner won't been called. In local mode, mapper task runs in thread rather than forked jvm. The TaskRunner only been called in distr...
   Author: Jeff Zhang, 2010-08-23, 04:47
Re: where distributed cache start working - Hadoop - [mail # dev]
...Hi Gang,  In the TaskRunner's run() method, hadoop will download the cache files which you set on the client side to local, then the forked child jvm can use these cache files locally. ...
   Author: Jeff Zhang, 2010-08-20, 15:22
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 (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)
Jeff Zhang