Home:ALL Converter>Is there a way to debug namenode or datanode of hadoop using eclipse?

Is there a way to debug namenode or datanode of hadoop using eclipse?

Ask Time:2013-10-05T21:29:58         Author:YoonMin Nam

Json Formatter

I think it is very good for me to understand Hadoop in detail if I can debug the real working mechanism of namenode and datanode in either pseudo-distributed or fully-distributed mode.

I think that apaceh hadoop team or.. any major developers of hadoop, hdfs or mapreduce can do this, but there is no document mentioning this method.

Every document mentioned how we can debug mapreduce with eclipse in local environment. This meanse LocalJopRunner is running and we can see that how LocalJobRunner run.

Thanks.

Author:YoonMin Nam,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/19198367/is-there-a-way-to-debug-namenode-or-datanode-of-hadoop-using-eclipse
Tariq :

You can find detailed information on this on the Developing Hadoop Wiki. It has detailed info on stuff like How To Setup Your Development Environment, How To Develop Unit Tests etc.\n\nHTH",
2013-10-05T13:41:24
yy