<?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, 31 Jan 2012 11:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 file, then run it with Hadoop jar command on the terminal. Then, you check the [...]
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/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/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>4</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 the first time. In this mode, Hadoop didn&#8217;t utilize HDFS to store input and output [...]
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/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/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/2011/02/16/quickly-switching-hadoop-mode.html/feed</wfw:commentRss>
		<slash:comments>0</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 be multi node cluster, but for now, let&#8217;s try it on a single node cluster. [...]
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>7</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[Hadoop MapReduce is an Open Source implementation of MapReduce programming model for processing large scale of data in distributed environment. Hadoop is implemented in Java as a class library. There are some distribution for Hadoop, from Apache, Cloudera, and Yahoo! Meanwhile, Netbeans is an integrated development environment (or IDE) for programming in Java and many [...]
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/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/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/2010/01/23/hadoop-in-netbeans.html/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
	</channel>
</rss>

