<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Big Computing</title>
	<link>http://vzite.com</link>
	<description>A new take popular parallel distributed computing</description>
	<pubDate>Tue, 06 Jul 2010 22:18:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Big Computing</title>
		<link>http://vzite.com/2010/07/02/hello-world/</link>
		<comments>http://vzite.com/2010/07/02/hello-world/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 04:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As an old hand at distributed computing (for my PhD I worked on compilers for large scale distributed memory parallel machines) I have been watching with interest the new found popular interest in parallel computing typified by Map-Reduce and Hadoop. After reading the code, experimenting, reading papers and attending talks I have become convinced of [...]]]></description>
			<content:encoded><![CDATA[<p>As an old hand at distributed computing (for my PhD I worked on compilers for large scale distributed memory parallel machines) I have been watching with interest the new found popular interest in parallel computing typified by Map-Reduce and Hadoop. After reading the code, experimenting, reading papers and attending talks I have become convinced of a few things:</p>
<ul>
<li>map-reduce is a poor fit for many many applications</li>
<li>Hadoop is deeply batch oriented, like the timeshare systems of the days of yore</li>
</ul>
<p>These systems are still very popular because at the core they possess two important features, they are:</p>
<ul>
<li>composed from redundant, share-nothing, fallible nodes</li>
<li>programmed as a network of message passing share-nothing actors</li>
</ul>
<p>The first feature makes them relatively easy to build out, administer and maintain.  The latter makes them relatively easy to program and, more importantly to recover and continue the computation in the face of node failures.</p>
<p>This blog and the project it will be covering will examine the good and bad aspects of modern Big Computing (Big Data + Big Computers + Big Programs) and propose some solutions.</p>
<p>Stay Tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://vzite.com/2010/07/02/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

