<?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>Pro-Tek Blog &#187; Hadoop MapReduce</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/hadoop-mapreduce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>ON WHAT CONCEPT THE HADOOP FRAMEWORK WORKS?</title>
		<link>http://www.pro-tekconsulting.com/blog/on-what-concept-the-hadoop-framework-works/</link>
		<comments>http://www.pro-tekconsulting.com/blog/on-what-concept-the-hadoop-framework-works/#comments</comments>
		<pubDate>Wed, 12 Sep 2018 05:34:15 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Hadoop MapReduce]]></category>
		<category><![CDATA[HDFS]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2630</guid>
		<description><![CDATA[<p>On what concept the Hadoop framework works? Hadoop Framework works on the following two core components : HDFS – Hadoop Distributed File System is the java-based file system for scalable and reliable storage of large datasets. Data in HDFS is stored in the form of blocks and it operates on the Master Slave Architecture. Hadoop [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/on-what-concept-the-hadoop-framework-works/">ON WHAT CONCEPT THE HADOOP FRAMEWORK WORKS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>On what concept the Hadoop framework works?</h4>
<p>Hadoop Framework works on the following two core components :</p>
<p>HDFS – Hadoop Distributed File System is the java-based file system for scalable and reliable storage of large datasets. Data in HDFS is stored in the form of blocks and it operates on the Master Slave Architecture.</p>
<p>Hadoop MapReduce-This is a java-based programming paradigm of Hadoop framework that provides scalability across various Hadoop clusters. MapReduce distributes the workload into various tasks that can run in parallel. Hadoop jobs perform 2 separate tasks- job. The map job breaks down the data sets into key-value pairs or tuples. The reduce job then takes the output of the map job and combines the data tuples to into smaller set of tuples. The reduce job is always performed after the map job is executed.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/on-what-concept-the-hadoop-framework-works/">ON WHAT CONCEPT THE HADOOP FRAMEWORK WORKS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/on-what-concept-the-hadoop-framework-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
