| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
47 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Question about Hadoop Default FCFS Job Scheduler - Hadoop - [mail # user]
|
|
...OK, I got your point, you mean why don't we put the for loop into obtainNewLocalMapTask(), yes, I think we can do that, but the result is the same with current codes, and I don't...
|
|
|
Author: Nan Zhu,
2011-01-17, 16:46
|
|
|
Re: Question about Hadoop Default FCFS Job Scheduler - Hadoop - [mail # user]
|
|
...Hi, Chen Actually not one task each time, see this statement: assignedTasks.add(t); assignedTasks is the return value of this method, and it's a collection of select...
|
|
|
Author: Nan Zhu,
2011-01-17, 16:37
|
|
|
Re: Question about Hadoop Default FCFS Job Scheduler - Hadoop - [mail # user]
|
|
...Hi, Chen How is it going recently? Actually I think you misundertand the code in assignTasks() in JobQueueTaskScheduler.java, see the following structure of the interesting codes...
|
|
|
Author: Nan Zhu,
2011-01-17, 14:28
|
|
|
Why Hadoop uses HTTP for file transmission between Map and Reduce? - Hadoop - [mail # user]
|
|
...Hi, all I have a question about the file transmission between Map and Reduce stage, in current implementation, the Reducers get the results generated by Mappers through HTTP Get, I don...
|
|
|
Author: Nan Zhu,
2011-01-13, 08:27
|
|
|
Re: How to simulate network delay on 1 node - Hadoop - [mail # user]
|
|
...If you're studying how the hadoop make the copies of the blocks, I'm not familiar with HDFS, so I have no idea about it If you're studying the data transfer between the Map and Reduce,...
|
|
|
Author: Nan Zhu,
2010-12-26, 13:07
|
|
|
Re: How to simulate network delay on 1 node - Hadoop - [mail # user]
|
|
...Why would you like to *simulate* network delay? I haven't got your point, Bests, Nan On Sun, Dec 26, 2010 at 8:25 PM, yipeng wrote: ...
|
|
|
Author: Nan Zhu,
2010-12-26, 12:31
|
|
|
gridmix2 gives an classnotfound error? - Hadoop - [mail # user]
|
|
...Hi, all I'm attempting to invoke the gridmix2 benchmark on hadoop-0.20.2, I have modify the environment variables in the scripts accordingly, but after I typed "sh rungridmix_2" , the ...
|
|
|
Author: Nan Zhu,
2010-11-08, 22:01
|
|
|
Re: Configure hadoop in eclipse - Hadoop - [mail # dev]
|
|
...attachment missed? Nan On Thu, Nov 4, 2010 at 11:35 PM, Rafael Braga wrote: ...
|
|
|
Author: Nan Zhu,
2010-11-04, 16:00
|
|
|
Re: ivy failed to resolve dependencies? - Hadoop - [mail # user]
|
|
...I see... Thank you very much, Steve Nan On Wed, Nov 3, 2010 at 1:08 AM, Steve Loughran wrote: ...
|
|
|
Author: Nan Zhu,
2010-11-02, 23:06
|
|
|
Re: ivy failed to resolve dependencies? - Hadoop - [mail # user]
|
|
...Hi, Steve I haven't added jms and jmxtools, but I added a jxl library to generate some statistical result with excel format, but it seems not to be the reason, because I have worked wi...
|
|
|
Author: Nan Zhu,
2010-11-02, 14:47
|
|
|
|