<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2009://1.14475-</id>
  <updated>2009-11-23T17:22:41Z</updated>
  <title>Comments for Amazon Rents Out MapReduce Power with EC2, S3 and Hadoop</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=14475" title="Amazon Rents Out MapReduce Power with EC2, S3 and Hadoop" />
    <published>2009-04-02T18:00:00Z</published>
    <updated>2009-04-02T18:17:28Z</updated>
    <title>Amazon Rents Out MapReduce Power with EC2, S3 and Hadoop</title>
    <summary>Amazon announced today that it is bridging two of its web computing services, EC2 and S3, with Hadoop, an open-source project that brings the same distributed data processing power as Google&apos;s MapReduce. In fact, it is calling the new service Amazon Elastic MapReduce. The new service will allow its EC2 customers to perform distributed MapReduce...</summary>
    <author>
      <name>Phil Glockner</name>
      
    </author>
    
    <category term="Amazon" />
    
    <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/aws_logo_oct08.png" width="150" height="59" /><a href="http://www.amazon.com">Amazon</a> <a href="http://phx.corporate-ir.net/phoenix.zhtml?c=176060&amp;p=irol-newsArticle&amp;ID=1272550&amp;highlight=">announced today</a> that it is bridging two of its <a href="http://aws.amazon.com/">web computing services</a>, <a href="http://aws.amazon.com/ec2/">EC2</a> and <a href="http://aws.amazon.com/s3/">S3</a>, with <a href="http://hadoop.apache.org/">Hadoop</a>, an open-source project that brings the same distributed data processing power as Google's MapReduce. In fact, it is calling the new service <a href="http://aws.amazon.com/elasticmapreduce/">Amazon Elastic MapReduce</a>. The new service will allow its EC2 customers to perform distributed MapReduce queries on enormous datasets stored in S3, paying only for the computation time they need.</p>]]>
      <![CDATA[<p>Hadoop has been an open-source project in the making for the last few years, inspired by Google's <a href="http://labs.google.com/papers/mapreduce.html">white paper</a> on its version of MapReduce. The technology is an almost perfect fit with Amazon's growing web services, matching distributed CPU time with vast data storage requirements, both things that fit well with the cloud model. </p>

<p><center><img src="http://www.readwriteweb.com/images/amazon-MapReduce-apr09.jpg" width="600" height="368" /></center></p>

<p>The way MapReduce works is a fairly straightforward concept: You take a problem that requires working with a giant (and we're talking <em>massive</em> - sometimes petabytes) dataset, distribute working with the dataset over thousands of separate processes (called <em>mapping</em>) and then taking the thousands of results you get back and <em>reducing</em> those results into a single master result. For certain tasks, MapReduce can vastly improve the efficiency of these types of tasks, and adding more computing power gives you a linear improvement in speed.</p>

<p><img src="http://www.readwriteweb.com/images/hadoop-logo-apr09.jpg" width="300" height="71" align="right" /><a href="http://www.yahoo.com">Yahoo!</a> has been using its own version of Hadoop for a while now. And even before this offering, larger Amazon Cloud Computing customers have already begun to use Hadoop in EC2. This is from <a href="http://en.wikipedia.org">Wikipedia</a>'s article on <a href="http://en.wikipedia.org/wiki/Hadoop">Hadoop</a>:</p>

<blockquote>
  <p><em>As an example </em><a href="http://en.wikipedia.org/wiki/The_New_York_Times"><em>The New York Times</em></a><em> used 100 Amazon EC2 instances and a Hadoop application to process 4TB of raw image </em><a href="http://en.wikipedia.org/wiki/TIFF"><em>TIFF</em></a><em> data (stored in S3) into 1.1 million finished </em><a href="http://en.wikipedia.org/wiki/PDF"><em>PDFs</em></a><em> in the space of 24 hours at a computation cost of about $240 (not including bandwidth).</em></p>
</blockquote>

<p>As Amazon says <a href="http://aws.typepad.com/aws/2009/04/announcing-amazon-elastic-mapreduce.html">on its blog</a>, &quot;After a while [developers] tend to report that they begin to think in terms of the new style, and then see more and more applications for it.&quot; Which we believe means that <a href="http://aws.amazon.com/elasticmapreduce/">MapReduce</a> is the new, big hammer, and as developers start looking around, every dataset starts looking like a nail. This is good news for Amazon as it only stands to profit.</p>

<p><center><img src="http://www.readwriteweb.com/images/aws-mapreduce-pricing-apr09.jpg" width="600" height="223"  /></center></p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:131881</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c131881" />
    <title>Comment from COP on 2009-04-02</title>
    <author>
        <name>COP</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Does this announcement put Aster Data System www.asterdata.com/ a Sequoia backed company out of business?</p>]]>
    </content>
    <published>2009-04-02T21:08:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:131915</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c131915" />
    <title>Comment from Anuj Mehta on 2009-04-02</title>
    <author>
        <name>Anuj Mehta</name>
        <uri>http://anuj-mehta.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://anuj-mehta.blogspot.com">
        <![CDATA[<p>I think this was move expected</p>]]>
    </content>
    <published>2009-04-03T04:06:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:131996</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c131996" />
    <title>Comment from Steve Wooledge on 2009-04-03</title>
    <author>
        <name>Steve Wooledge</name>
        <uri>http://www.asterdata.com/blog</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.asterdata.com/blog">
        <![CDATA[<p>This is great validation that MapReduce is going mainstream for data processing. Aster Data's vision is to bring the power of MapReduce to a whole new class of developers and mission-critical enterprise systems. Whether that's on-premise on in the the cloud is just a question of "platform". </p>

<p>Aster's core product is a high-performance analytic database for on-premise data warehousing.  The nature of the Aster nCluster DBMS makes it very performant in the cloud - and it's available on both Amazon and AppNexus.</p>

<p>When would you use Aster’s In-Database MapReduce vs. a system like Hadoop? <a href="http://www.asterdata.com/blog/index.php/2009/04/02/enterprise-class-mapreduce/" rel="nofollow">http://www.asterdata.com/blog/index.php/2009/04/02/enterprise-class-mapreduce/</a><br />
</p>]]>
    </content>
    <published>2009-04-03T18:44:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:132046</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c132046" />
    <title>Comment from Andy on 2009-04-04</title>
    <author>
        <name>Andy</name>
        <uri>http://cloudberrylab.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://cloudberrylab.com">
        <![CDATA[<p>I attended an AWS event in Los Angeles in September and there were many people asking for Map Reduce supports. As always Amazon is listening the the community and adding innovative services. We are very excited!</p>]]>
    </content>
    <published>2009-04-04T08:23:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:148859</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c148859" />
    <title>Comment from Hiphop on 2009-07-24</title>
    <author>
        <name>Hiphop</name>
        <uri>http://www.gekkog.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gekkog.com">
        <![CDATA[<p>Does this announcement put Aster Data System www.asterdata.com/ a Sequoia backed company out of business?</p>]]>
    </content>
    <published>2009-07-24T15:33:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:148860</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c148860" />
    <title>Comment from Rap on 2009-07-24</title>
    <author>
        <name>Rap</name>
        <uri>http://www.kodes.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kodes.com">
        <![CDATA[<p>I attended an AWS event in Los Angeles in September and there were many people asking for Map Reduce supports. As always Amazon is listening the the community and adding innovative services. We are very excited!</p>]]>
    </content>
    <published>2009-07-24T15:34:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:150024</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c150024" />
    <title>Comment from amsat on 2009-07-31</title>
    <author>
        <name>amsat</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I agree with you Steve..<br />
Todd DiRoberto<br />
<a href="http://www.newsguide.us/art-entertainment/movies/Todd-DiRoberto-of-American-Satellite-Hosts-Independence-Day-Charity-Event-for-Operation-Bigs/" rel="nofollow">http://www.newsguide.us/art-entertainment/movies/Todd-DiRoberto-of-American-Satellite-Hosts-Independence-Day-Charity-Event-for-Operation-Bigs/</a><br />
</p>]]>
    </content>
    <published>2009-07-31T20:52:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.14475-comment:151960</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.14475" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/amazon_rents_out_mapreduce_power_with_ec2_and_hado.php#c151960" />
    <title>Comment from söve on 2009-08-12</title>
    <author>
        <name>söve</name>
        <uri>http://www.biancaboya.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.biancaboya.com">
        <![CDATA[<p>I attended an AWS event in Los Angeles in September and there were many people <a href="http://www.sove.name" rel="nofollow">söve</a> asking for Map Reduce supports.</p>]]>
    </content>
    <published>2009-08-12T14:54:01Z</published>
  </entry>

</feed>