<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Fun with Amazon Elastic MapReduce and TechCrunch.com</title>
	<atom:link href="http://learnaws.com/archives/162/feed" rel="self" type="application/rss+xml" />
	<link>http://learnaws.com/archives/162</link>
	<description>The Amazon cloud, explained.</description>
	<pubDate>Thu, 11 Mar 2010 07:32:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cerebral Mastication &#187; Blog Archive &#187; Show Me Your Hadoop</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-899</link>
		<dc:creator>Cerebral Mastication &#187; Blog Archive &#187; Show Me Your Hadoop</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-899</guid>
		<description>[...] I ran across a blog post over at the Learn AWS blog where Eric Idontgivemylastname gives a great little tutorial of how to use Hadoop on AWS (aka Amazon [...]</description>
		<content:encoded><![CDATA[<p>[...] I ran across a blog post over at the Learn AWS blog where Eric Idontgivemylastname gives a great little tutorial of how to use Hadoop on AWS (aka Amazon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-614</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-614</guid>
		<description>Ah you're right, let me edit that post to say 'from my experience...'

I tried PHP during the private beta and had some problems; I don't know if they fixed it since. I'm sure C++ would work. The MapReduce images seem to be pretty specific in their configuration, so it's worth doing a little experiment with Perl before going to far in your implementation.</description>
		<content:encoded><![CDATA[<p>Ah you&#8217;re right, let me edit that post to say &#8216;from my experience&#8230;&#8217;</p>
<p>I tried PHP during the private beta and had some problems; I don&#8217;t know if they fixed it since. I&#8217;m sure C++ would work. The MapReduce images seem to be pretty specific in their configuration, so it&#8217;s worth doing a little experiment with Perl before going to far in your implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-613</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-613</guid>
		<description>Yup, LongValueSum is part of the Aggregate package in Hadoop. 

I haven't found a lot of great links for it either, the best one is the Java documentation: http://hadoop.apache.org/core/docs/r0.15.2/api/org/apache/hadoop/mapred/lib/aggregate/package-summary.html.

When I get a chance, I'll do another post and go through these different options.</description>
		<content:encoded><![CDATA[<p>Yup, LongValueSum is part of the Aggregate package in Hadoop. </p>
<p>I haven&#8217;t found a lot of great links for it either, the best one is the Java documentation: <a href="http://hadoop.apache.org/core/docs/r0.15.2/api/org/apache/hadoop/mapred/lib/aggregate/package-summary.html" rel="nofollow">http://hadoop.apache.org/core/docs/r0.15.2/api/org/apache/hadoop/mapred/lib/aggregate/package-summary.html</a>.</p>
<p>When I get a chance, I&#8217;ll do another post and go through these different options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Schwartz</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-606</link>
		<dc:creator>Robert Schwartz</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-606</guid>
		<description>Oh - one other thing: You mention: 

"Amazon Elastic MapReduce supports Ruby and Python for streaming jobs."

but AWS says:

"Amazon Elastic MapReduce allows you to implement data processing applications in many languages including Java, Perl, Ruby, Python, PHP, R, or C++. You can test these applications on different instance types and job flow sizes to pick the optimal performance settings for your specific case."

Can I assume that I can write a Perl script as my mapper/reducer in addition to the two you mention?? 

Thanks,

-Rob</description>
		<content:encoded><![CDATA[<p>Oh - one other thing: You mention: </p>
<p>&#8220;Amazon Elastic MapReduce supports Ruby and Python for streaming jobs.&#8221;</p>
<p>but AWS says:</p>
<p>&#8220;Amazon Elastic MapReduce allows you to implement data processing applications in many languages including Java, Perl, Ruby, Python, PHP, R, or C++. You can test these applications on different instance types and job flow sizes to pick the optimal performance settings for your specific case.&#8221;</p>
<p>Can I assume that I can write a Perl script as my mapper/reducer in addition to the two you mention?? </p>
<p>Thanks,</p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Schwartz</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-605</link>
		<dc:creator>Robert Schwartz</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-605</guid>
		<description>Great Tut, thanks!

Couple of questions: You don't seem to explain (unless I somehow missed it!) what the LongValueSum part of the map function output is for. I assume its for the built in aggregate function? Can you shed some light on what this is.

Also, I've been trying to find some more detail about this built in aggregate function on the net and seem to come up dry. (I chalk this up to my poor Googling skills - or the newness of the AWS mapreduce offering!) Do you have any good links you can post?

Thanks!

-Rob</description>
		<content:encoded><![CDATA[<p>Great Tut, thanks!</p>
<p>Couple of questions: You don&#8217;t seem to explain (unless I somehow missed it!) what the LongValueSum part of the map function output is for. I assume its for the built in aggregate function? Can you shed some light on what this is.</p>
<p>Also, I&#8217;ve been trying to find some more detail about this built in aggregate function on the net and seem to come up dry. (I chalk this up to my poor Googling skills - or the newness of the AWS mapreduce offering!) Do you have any good links you can post?</p>
<p>Thanks!</p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-328</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-328</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-325</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-325</guid>
		<description>Thanks! I'm still exploring MapReduce and wanted to share what I've found so far.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m still exploring MapReduce and wanted to share what I&#8217;ve found so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Get Your Ex Back</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-324</link>
		<dc:creator>How to Get Your Ex Back</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-324</guid>
		<description>Not that I'm impressed a lot, but this is   more than I expected   when I found a link on SU telling that the info   is awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m impressed a lot, but this is   more than I expected   when I found a link on SU telling that the info   is awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Icertyslery</title>
		<link>http://learnaws.com/archives/162/comment-page-1#comment-302</link>
		<dc:creator>Icertyslery</dc:creator>
		<pubDate>Thu, 09 Apr 2009 02:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://learnaws.com/?p=162#comment-302</guid>
		<description>FANTASTIC!</description>
		<content:encoded><![CDATA[<p>FANTASTIC!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
