<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-13750766.post2724340429254836164..comments</id><updated>2010-06-09T17:21:03.708+02:00</updated><title type='text'>Comments on Lunchpauze: Writing A Hadoop MapReduce Program In PHP</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.lunchpauze.com/feeds/2724340429254836164/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13750766/2724340429254836164/comments/default'/><link rel='alternate' type='text/html' href='http://www.lunchpauze.com/2007/10/writing-hadoop-mapreduce-program-in-php.html'/><author><name>Robin</name><uri>http://www.blogger.com/profile/03859629668070741790</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-13750766.post-3260984537772342784</id><published>2010-06-09T17:21:03.666+02:00</published><updated>2010-06-09T17:21:03.666+02:00</updated><title type='text'>Thanks for this nice no-nonsense tutorial, Robin !...</title><content type='html'>Thanks for this nice no-nonsense tutorial, Robin !!!!&lt;br /&gt;&lt;br /&gt;* ERRATUM-   php5-cli installation: &lt;br /&gt;  run ‘apt-get install php5-cli’ instead of ‘apt-get php5-cli’&lt;br /&gt;&lt;br /&gt;* UPDATE-    php5-cli installation:&lt;br /&gt;  i actually needed to do ‘apt-get upgrade’ and ‘apt-get update’ in order to get &lt;br /&gt;&lt;br /&gt;all dependencies right.&lt;br /&gt;&lt;br /&gt;* HINT-      vmware file sharing with Ubuntu running on WinXP: &lt;br /&gt;  it is much easier to use WinSCP (SFTP session to the assigned IP address), than &lt;br /&gt;&lt;br /&gt;to try to install VMWare Tools in command line and so on.&lt;br /&gt;&lt;br /&gt;* UPDATE-    before running $HADOOP_HOME/bin/hadoop:&lt;br /&gt;  i needed to set the JAVA_HOME (remove &amp;#39;#&amp;#39; and change location) in &lt;br /&gt;&lt;br /&gt;$HADOOP_INSTALL/hadoop/conf/hadoop-env.sh . In my case to /usr/jre16 .&lt;br /&gt;&lt;br /&gt;* UPDATE-    MapReduce job with streams:&lt;br /&gt;  the file location contrib/hadoop-streaming.jar became contrib/streaming/hadoop-0.18.0-streaming.jar</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13750766/2724340429254836164/comments/default/3260984537772342784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13750766/2724340429254836164/comments/default/3260984537772342784'/><link rel='alternate' type='text/html' href='http://www.lunchpauze.com/2007/10/writing-hadoop-mapreduce-program-in-php.html?showComment=1276096863666#c3260984537772342784' title=''/><author><name>Joris M</name><uri>http://be.linkedin.com/pub/joris-maervoet/5/146/929</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.lunchpauze.com/2007/10/writing-hadoop-mapreduce-program-in-php.html' ref='tag:blogger.com,1999:blog-13750766.post-2724340429254836164' source='http://www.blogger.com/feeds/13750766/posts/default/2724340429254836164' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-13750766.post-4565612582113703145</id><published>2009-02-14T00:43:00.000+01:00</published><updated>2009-02-14T00:43:00.000+01:00</updated><title type='text'>I think hadoop's interface has changed a bit since...</title><content type='html'>I think hadoop's interface has changed a bit since you posted this:&lt;BR/&gt;&lt;BR/&gt;1) you need to include the -file option for mapper.php and reducer.php so that the streamer will package these files up and include them in the job&lt;BR/&gt;2) my image compressed the output by default. If this happens to you, try running the job with -jobconf mapred.output.compress=false</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13750766/2724340429254836164/comments/default/4565612582113703145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13750766/2724340429254836164/comments/default/4565612582113703145'/><link rel='alternate' type='text/html' href='http://www.lunchpauze.com/2007/10/writing-hadoop-mapreduce-program-in-php.html?showComment=1234568580000#c4565612582113703145' title=''/><author><name>Gary</name><uri>http://www.blogger.com/profile/12959929532519193446</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.lunchpauze.com/2007/10/writing-hadoop-mapreduce-program-in-php.html' ref='tag:blogger.com,1999:blog-13750766.post-2724340429254836164' source='http://www.blogger.com/feeds/13750766/posts/default/2724340429254836164' type='text/html'/></entry></feed>