Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source attachment to Hadoop 1.2.1

I'm trying to attach the source from Hadoop 1.2.1 (downloaded from here). The problem is that the packages mapred (org.apache.hadoop.mapred) is separate from the core package in the source.

Currently I'm switching between sources during debug time, which is very impractical. What can I do?

Thanks, Pedro

like image 242
Pedro Dusso Avatar asked Nov 29 '25 19:11

Pedro Dusso


1 Answers

I've written a blog post on this subject - you should be able to follow these instructions to build your own source jar from the source:

  • http://whiteycode.blogspot.com/2012/05/building-hadoop-source-jars.html
like image 141
Chris White Avatar answered Dec 02 '25 08:12

Chris White