| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
19 (0.191s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Fair Scheduler of Hadoop - MapReduce - [mail # user]
|
|
...Hi Joep, Excellent answer! I think you have answered my confusions. And one remaining issue after reading this document again, even it is old. :-) It is mentioned, "which will al...
|
|
|
Author: Lin Ma,
2013-01-21, 17:30
|
|
|
Fair Scheduler of Hadoop - MapReduce - [mail # user]
|
|
...Hi guys, I have a quick question regarding to fire scheduler of Hadoop, I am reading this article => http://blog.cloudera.com/blog/2008/11/job-scheduling-in-hadoop/, my question is ...
|
|
|
Author: Lin Ma,
2013-01-20, 14:25
|
|
|
Re: distributed cache - MapReduce - [mail # user]
|
|
...Thanks Harsh, multiple concurrent read is generally faster or? regards, Lin On Wed, Dec 26, 2012 at 6:21 PM, Harsh J wrote: ...
|
|
|
Author: Lin Ma,
2012-12-26, 10:43
|
|
|
reducer tasks start time issue - MapReduce - [mail # user]
|
|
...Hi guys, Supposing in a Hadoop job, there are both mappers and reducers. My question is, reducer tasks cannot begin until all mapper tasks complete? If so, why designed in this way? &n...
|
|
|
Author: Lin Ma,
2012-12-22, 13:25
|
|
|
Re: distributed cache - MapReduce - [mail # user]
|
|
...Hi Kai, Smart answer! :-) - The assumption you have is one distributed cache replica could only serve one download session for tasktracker node (this is why ...
|
|
|
Author: Lin Ma,
2012-12-22, 13:24
|
|
|
Re: distributed cache - MapReduce - [mail # user]
|
|
...Thanks Kai, using higher replication count for the purpose of? regards, Lin On Sat, Dec 22, 2012 at 8:44 PM, Kai Voigt wrote: ...
|
|
|
Author: Lin Ma,
2012-12-22, 12:46
|
|
|
distributed cache - MapReduce - [mail # user]
|
|
...Hi guys, I want to confirm when on each task node either mapper or reducer access distributed cache file, it resides on disk, not resides in memory. Just want to make sure distributed ...
|
|
|
Author: Lin Ma,
2012-12-22, 12:03
|
|
|
Re: One mapper/reducer runs on a single JVM - MapReduce - [mail # user]
|
|
...Thanks Mike. 1. So I think you mean for Hadoop, since it is batch job latency is not the most key concern, so time spent on swap is acceptable. But for HBase, the normal use case is on...
|
|
|
Author: Lin Ma,
2012-11-07, 12:32
|
|
|
Re: One mapper/reducer runs on a single JVM - MapReduce - [mail # user]
|
|
...Thanks Michael, "If you are running just Hadoop, you could have a little swap. Running HBase, fuggit about it." -- could you give a bit more information about what do you mean swap and...
|
|
|
Author: Lin Ma,
2012-11-06, 05:06
|
|
|
One mapper/reducer runs on a single JVM - MapReduce - [mail # user]
|
|
...Hello Hadoop experts, I have a question in my mind for a long time. Supposing I am developing M-R program, and it is Java based (Java UDF, implements mapper or reducer interface). My q...
|
|
|
Author: Lin Ma,
2012-11-06, 01:12
|
|
|
|