I am running a hadoop job like this:
bin/hadoop jar /usr/joe/wordcount.jar org.myorg.WordCount /usr/joe/wordcount/input /usr/joe/wordcount/output
My question: How can I debug this with jdb
? I don't need remote debugging. The job is running on same machine from which I want to debug.