| 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
|
|
|
|