<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>arifn &#187; Hadoop</title>
	<atom:link href="http://arifn.web.id/blog/category/programming/hadoop/feed" rel="self" type="application/rss+xml" />
	<link>http://arifn.web.id/blog</link>
	<description>beta version</description>
	<lastBuildDate>Tue, 15 May 2012 03:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Programming Hadoop in Eclipse (Inverted Index Examples)</title>
		<link>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html</link>
		<comments>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html#comments</comments>
		<pubDate>Tue, 15 May 2012 03:41:24 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=1002</guid>
		<description><![CDATA[It has been two years since I wrote about programming Hadoop in Netbeans using Karmasphere Studio.  Meanwhile, apparently Netbeans is no longer supported by them, and they focused on the other IDE, Eclipse. I have relatively no problem in using<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html' rel='bookmark' title='Hadoop on Single Node Cluster'>Hadoop on Single Node Cluster</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Hadoop Cluster in Netbeans</title>
		<link>http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html</link>
		<comments>http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 02:38:41 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=858</guid>
		<description><![CDATA[In the development phase of Hadoop MapReduce program, you will be involved with testing your program on a real cluster with small data to make sure that it&#8217;s working correctly. To do that, you must package your application into jar<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html' rel='bookmark' title='Hadoop on Single Node Cluster'>Hadoop on Single Node Cluster</a></li>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html' rel='bookmark' title='Quickly Switching Hadoop Mode'>Quickly Switching Hadoop Mode</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quickly Switching Hadoop Mode</title>
		<link>http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html</link>
		<comments>http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 10:35:22 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=837</guid>
		<description><![CDATA[The Three Modes of Hadoop As you may already knew, we can configure and use Hadoop in three modes. These modes are: Standalone mode This mode is the default mode that you get when you&#8217;re downloading and extracting Hadoop for<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html' rel='bookmark' title='Hadoop on Single Node Cluster'>Hadoop on Single Node Cluster</a></li>
<li><a href='http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html' rel='bookmark' title='Programming Hadoop in Eclipse (Inverted Index Examples)'>Programming Hadoop in Eclipse (Inverted Index Examples)</a></li>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hadoop on Single Node Cluster</title>
		<link>http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html</link>
		<comments>http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 23:56:58 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=776</guid>
		<description><![CDATA[Hello there? S&#8217;up? On my previous post, we&#8217;ve learned how to develop Hadoop MapReduce application in Netbeans. After our application run well on the Netbeans, now it&#8217;s the time to deploy it on cluster of computers. Well, it supposed to<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2011/02/16/quickly-switching-hadoop-mode.html' rel='bookmark' title='Quickly Switching Hadoop Mode'>Quickly Switching Hadoop Mode</a></li>
<li><a href='http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html' rel='bookmark' title='Programming Hadoop in Netbeans'>Programming Hadoop in Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Programming Hadoop in Netbeans</title>
		<link>http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html</link>
		<comments>http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:25:15 +0000</pubDate>
		<dc:creator>arifn</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://arifn.web.id/blog/?p=618</guid>
		<description><![CDATA[Note: It seems that Netbeans is no longer supported by Karmasphere Studio. For programming Hadoop in Eclipse, you could read it here. Hadoop MapReduce is an Open Source implementation of MapReduce programming model for processing large scale of data in<span class="ellipsis">&#8230;</span> <a href="http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>
Related posts:<ol>
<li><a href='http://arifn.web.id/blog/2011/03/15/running-hadoop-cluster-in-netbeans.html' rel='bookmark' title='Running Hadoop Cluster in Netbeans'>Running Hadoop Cluster in Netbeans</a></li>
<li><a href='http://arifn.web.id/blog/2012/05/15/programming-hadoop-in-eclipse.html' rel='bookmark' title='Programming Hadoop in Eclipse (Inverted Index Examples)'>Programming Hadoop in Eclipse (Inverted Index Examples)</a></li>
<li><a href='http://arifn.web.id/blog/2010/07/29/running-hadoop-single-cluster.html' rel='bookmark' title='Hadoop on Single Node Cluster'>Hadoop on Single Node Cluster</a></li>
</ol>]]></description>
		<wfw:commentRss>http://arifn.web.id/blog/2010/01/23/hadoop-in-netbeans.html/feed</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
	</channel>
</rss>

