| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
47 (0.168s).
|
|
|
Loading phrases to help you refine your search...
|
|
phases of Hadoop Jobs - Hadoop - [mail # user]
|
|
...Hi, all recently, I was hit by a question, "how is a hadoop job divided into 2 phases?", In textbooks, we are told that the mapreduce jobs are divided into 2 phases, map and red...
|
|
|
Author: Nan Zhu,
2011-09-19, 02:24
|
|
|
Re: Any related paper on how to resolve hadoop SPOF issue? - Hadoop - [mail # dev]
|
|
...Hope it helps http://www.springerlink.com/content/h17r882710314147/ Best, Nan On Thu, Aug 25, 2011 at 5:43 PM, George Kousiouris wrote: Nan Zhu School of...
|
|
|
Author: Nan Zhu,
2011-08-25, 09:46
|
|
|
Re: Hadoop Meetup in Sept in Shanghai - Hadoop - [mail # user]
|
|
...Hi, I'm interested in it, any more details? Best, Nan On Wed, Aug 17, 2011 at 7:42 AM, Michael Lv wrote: Nan Zhu School of Electronic, Information ...
|
|
|
Author: Nan Zhu,
2011-08-17, 01:18
|
|
|
How Hadoop is deployed - Hadoop - [mail # general]
|
|
...Hi, all My question is that how hadoop system is deployed in your data centers? the Hadoop workload is always memory-intensive, and sometimes, it occupies large proportion of ne...
|
|
|
Author: Nan Zhu,
2011-07-31, 04:52
|
|
|
Re: nomenclature - Hadoop - [mail # user]
|
|
...For MapReduce, I always call them "JobTracker" and "TaskTracker", for HDFS, "Namenode" and "DataNode" because of the name of classes in source code???:-) Nan On Mon, Jun 13...
|
|
|
Author: Nan Zhu,
2011-06-13, 00:28
|
|
|
Re: How HDFS decides where to put the block - Hadoop - [mail # dev]
|
|
...Yes, that's it Thanks Nan On Mon, Apr 18, 2011 at 10:16 PM, Harsh J wrote: Nan Zhu School of Software,5501 Shanghai Jiao Tong University 800,Dongchuan R...
|
|
|
Author: Nan Zhu,
2011-04-18, 15:15
|
|
|
How HDFS decides where to put the block - Hadoop - [mail # dev]
|
|
...Hi, all I'm confused by a question that "how does the HDFS decide where to put the data blocks " I mean that the user invokes some commands like "./hadoop put ***", we assume tha...
|
|
|
Author: Nan Zhu,
2011-04-18, 13:46
|
|
|
Re: Re: how to get each task's process - Hadoop - [mail # user]
|
|
...Oh, I missed that..shy..... TaskRunner is extended from thread, I think Thread.currendThread().getName() may be the answer But I have a impression on that the java api cann...
|
|
|
Author: Nan Zhu,
2011-03-29, 15:55
|
|
|
Re: how to get each task's process - Hadoop - [mail # user]
|
|
...TaskStatus.getprogress() is helpful Best, Nan 2011/3/29 朱韬 to Nan Zhu School of Software,5501 Shanghai Jiao Tong University 800,Dongchuan Road,Shanghai,China...
|
|
|
Author: Nan Zhu,
2011-03-29, 15:05
|
|
|
Re: modification to Hadoop Jobtracker - Hadoop - [mail # dev]
|
|
...Hi, bikash I also worked on this several months ago, If I don't have a wrong memory, the involved files should be: JobTracker.java, TaskTracker.java, the most interesting f...
|
|
|
Author: Nan Zhu,
2011-03-18, 18:12
|
|
|
|