Reputation: 2140
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
Upvotes: 3
Views: 1729
Reputation: 30089
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:
Upvotes: 5