<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debugging Hadoop applications using your Eclipse</title>
	<atom:link href="http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/</link>
	<description>Geeky fairytales</description>
	<lastBuildDate>Wed, 28 Mar 2012 14:57:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pedro</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-5703</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-5703</guid>
		<description>This might help you for standalone. You probably can step through the main method, but you can&#039;t debug the mapreduce classes. Try doing the following: Add this line to your code:  
jobConf.set(&quot;mapred.job.tracker&quot;,&quot;local&quot;); 
That should force Hadoop to run the mapreduce in the local process and therefore you should be able to step through. There are ways to do it externally (via XML) but this is the quickest way I know. </description>
		<content:encoded><![CDATA[<p>This might help you for standalone. You probably can step through the main method, but you can&#039;t debug the mapreduce classes. Try doing the following: Add this line to your code:<br />
jobConf.set(&quot;mapred.job.tracker&quot;,&quot;local&quot;);<br />
That should force Hadoop to run the mapreduce in the local process and therefore you should be able to step through. There are ways to do it externally (via XML) but this is the quickest way I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-5538</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Fri, 09 Mar 2012 05:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-5538</guid>
		<description>it works only in standalone mode, would not work in pseudo and real cluster mode. </description>
		<content:encoded><![CDATA[<p>it works only in standalone mode, would not work in pseudo and real cluster mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Parsons</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-279</link>
		<dc:creator>Jack Parsons</dc:creator>
		<pubDate>Mon, 05 Jul 2010 02:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-279</guid>
		<description>I have the same problem running a map-reduce job locally inside Eclipse. Is there some weird thing it does to the classpath or something that nukes breakpoints? Does it generate new code from the existing class bytecodes? 
 
Thanks - newbie at Hadoop in Eclipse. </description>
		<content:encoded><![CDATA[<p>I have the same problem running a map-reduce job locally inside Eclipse. Is there some weird thing it does to the classpath or something that nukes breakpoints? Does it generate new code from the existing class bytecodes? </p>
<p>Thanks &#8211; newbie at Hadoop in Eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elton tian</title>
		<link>http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/comment-page-1/#comment-94</link>
		<dc:creator>elton tian</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://sigizmund.wordpress.com/2009/09/17/debugging-hadoop-applications-using-your-eclipse#comment-94</guid>
		<description>Hello, 
 
I tried the way you described above. I got the connection established when dubugging, which is great! 
The problem is the breakpoint I set is not actually &quot;break&quot; the program from running. It&#039;s still keep running to the end. 
 
Do you have any idea on this issue? 
 
Regards, 
Elton </description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I tried the way you described above. I got the connection established when dubugging, which is great!<br />
The problem is the breakpoint I set is not actually &quot;break&quot; the program from running. It&#039;s still keep running to the end. </p>
<p>Do you have any idea on this issue? </p>
<p>Regards,<br />
Elton</p>
]]></content:encoded>
	</item>
</channel>
</rss>

