<?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-2399258289155141422.post6054485996627823526..comments</id><updated>2011-03-15T18:12:48.650-03:00</updated><category term='linux'/><category term='ubiquity'/><category term='shadoop'/><category term='scala'/><category term='bash'/><category term='tool'/><category term='mapreduce'/><category term='hadoop'/><title type='text'>Comments on Jonhnny Weslley / My blog: SHadoop</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.jonhnnyweslley.net/feeds/6054485996627823526/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html'/><author><name>Jonhnny Weslley</name><uri>http://www.blogger.com/profile/12114421477154945891</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://1.bp.blogspot.com/_WfgfddljjCE/S59qsWkqHTI/AAAAAAAAAm8/M15hKoIRWvQ/S220/piu-resized.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-7334645113100150857</id><published>2011-03-15T18:12:48.650-03:00</published><updated>2011-03-15T18:12:48.650-03:00</updated><title type='text'>(fixed my errors - needed to include these jars in...</title><content type='html'>(fixed my errors - needed to include these jars in the classpath to get everything to work on Win 7 + cygwin + hadoop 0.21.0).  Here&amp;#39;s my compile line:&lt;br /&gt;&lt;br /&gt;scalac -deprecation -classpath `cygpath -wp  /cygdrive/c/dev/hadoop-0.21.0/hadoop-common-0.21.0.jar:/cygdrive/c/dev/hadoop-0.21.0/lib/avro-1.3.2.jar:/cygdrive/c/dev/hadoop-0.21.0/lib/core-3.1.1.jar:/cygdrive/c/dev/hadoop-0.21.0/lib/commons-cli-1.2.jar:/cygdrive/c/dev/hadoop-0.21.0/lib/commons-logging-1.1.1.jar:/cygdrive/c/dev/hadoop-0.21.0/lib/commons-logging-api-1.1.jar:/cygdrive/c/dev/hadoop-0.21.0/hadoop-mapred-0.21.0.jar:/cygdrive/c/dev/hadoop-0.21.0/hadoop-hdfs-0.21.0.jar:/cygdrive/c/dev/:/cygdrive/c/dev/hadoop-0.21.0/lib/log4j-1.2.15.jar` -d classes SHadoop.scala WordCount.scala&lt;br /&gt;&lt;br /&gt;I&amp;#39;m new to Java, Scala, cygwin, and Hadoop so this was quite a a struggle :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/7334645113100150857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/7334645113100150857'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1300223568650#c7334645113100150857' title=''/><author><name>John Prior</name><uri>http://www.blogger.com/profile/09294354638904775037</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1032509178'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-3257664526757638922</id><published>2011-03-07T02:41:27.441-03:00</published><updated>2011-03-07T02:41:27.441-03:00</updated><title type='text'>Hey Jonhnny,

I&amp;#39;m getting the following errors...</title><content type='html'>Hey Jonhnny,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m getting the following errors when using the 0.21.0 jars:&lt;br /&gt;&lt;br /&gt;WordCount.scala:39: error: trait WritableComparable takes type parameters&lt;br /&gt;    conf setOutputFormat classOf[TextOutputFormat[_ &amp;lt;: WritableComparable, _ &amp;lt;: Writable]]&lt;br /&gt;                                                       ^&lt;br /&gt;WordCount.scala:41: error: value setInputPath is not a member of org.apache.hadoop.mapred.JobConf&lt;br /&gt;    conf setInputPath(args(0))&lt;br /&gt;    ^&lt;br /&gt;WordCount.scala:42: error: value setOutputPath is not a member of org.apache.hadoop.mapred.JobConf&lt;br /&gt;    conf setOutputPath(args(1))&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;The last two errors I think I can manage, but I have no idea how to deal with the WritableComparable error.  Any ideas?&lt;br /&gt;&lt;br /&gt;Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/3257664526757638922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/3257664526757638922'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1299476487441#c3257664526757638922' title=''/><author><name>John Prior</name><uri>http://www.blogger.com/profile/09294354638904775037</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1032509178'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-5329368543233875402</id><published>2010-07-19T05:18:34.256-03:00</published><updated>2010-07-19T05:18:34.256-03:00</updated><title type='text'>As an extension of this idea, take a look at &lt;a hr...</title><content type='html'>As an extension of this idea, take a look at &lt;a href="http://programmer-land.blogspot.com/2010/07/scalahadoop.html" rel="nofollow"&gt;ScalaHadoop&lt;/a&gt; here.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/5329368543233875402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/5329368543233875402'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1279527514256#c5329368543233875402' title=''/><author><name>A</name><uri>http://www.blogger.com/profile/10046103806811990650</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-597625830'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-8492674667228436807</id><published>2010-05-24T22:02:56.710-03:00</published><updated>2010-05-24T22:02:56.710-03:00</updated><title type='text'>Hi Murray,

The &amp;#39;_ &amp;lt;: A&amp;#39; is a generic w...</title><content type='html'>Hi Murray,&lt;br /&gt;&lt;br /&gt;The &amp;#39;_ &amp;lt;: A&amp;#39; is a generic wildcard in scala. This indicates the any subclass of A will be accepted. This is similar to &amp;#39;? extends A&amp;#39; from Java. In this case, the above line notifies the conf object that the job&amp;#39;s output format is based on text (TextOutputFormat) which takes a pair of generic parameters types. The first parameter type must be a subclass of WritableComparable, while the second one must be a subclass of Writable.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/8492674667228436807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/8492674667228436807'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1274749376710#c8492674667228436807' title=''/><author><name>Jonhnny Weslley</name><uri>http://www.blogger.com/profile/12114421477154945891</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='28' src='http://1.bp.blogspot.com/_WfgfddljjCE/S59qsWkqHTI/AAAAAAAAAm8/M15hKoIRWvQ/S220/piu-resized.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-596502317'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-1455730047228533523</id><published>2010-05-24T18:35:18.139-03:00</published><updated>2010-05-24T18:35:18.139-03:00</updated><title type='text'>Could you explain the line:

    conf setOutputFor...</title><content type='html'>Could you explain the line:&lt;br /&gt;&lt;br /&gt;    conf setOutputFormat classOf[TextOutputFormat[_ &amp;lt;: WritableComparable, _ &amp;lt;: Writable]]&lt;br /&gt;&lt;br /&gt;For instance, what is the _ &amp;lt;: stand for?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/1455730047228533523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/1455730047228533523'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1274736918139#c1455730047228533523' title=''/><author><name>Nate Murray</name><uri>http://www.blogger.com/profile/17818814344142738135</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-363370841'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-4587193568649463722</id><published>2010-01-01T22:17:26.560-03:00</published><updated>2010-01-01T22:17:26.560-03:00</updated><title type='text'>Nice.</title><content type='html'>Nice.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/4587193568649463722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/4587193568649463722'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1262395046560#c4587193568649463722' title=''/><author><name>Benjamin</name><uri>http://www.blogger.com/profile/14728749429888894648</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1488991193'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-6283963301653232326</id><published>2009-12-04T16:39:43.548-03:00</published><updated>2009-12-04T16:39:43.548-03:00</updated><title type='text'>Good stuff.</title><content type='html'>Good stuff.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/6283963301653232326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/6283963301653232326'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1259955583548#c6283963301653232326' title=''/><author><name>Ben</name><uri>http://www.blogger.com/profile/14924417962154072095</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1980501702'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-5733037693389663475</id><published>2009-02-18T16:37:00.000-03:00</published><updated>2009-02-18T16:37:00.000-03:00</updated><title type='text'>This post dramatically illustrates why, after prog...</title><content type='html'>This post dramatically illustrates why, after programming Java for a long time, I've recently become a Scala convert.&lt;BR/&gt;&lt;BR/&gt;Nice article!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/5733037693389663475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/5733037693389663475'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1234985820000#c5733037693389663475' title=''/><author><name>Brian Clapper</name><uri>http://www.blogger.com/profile/04827569001749061580</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-130099354'/></entry><entry><id>tag:blogger.com,1999:blog-2399258289155141422.post-8197492307941599537</id><published>2008-05-17T13:18:00.000-03:00</published><updated>2008-05-17T13:18:00.000-03:00</updated><title type='text'>Very interesting post! It highlights Scala's conci...</title><content type='html'>Very interesting post! It highlights Scala's concise syntax!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/8197492307941599537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2399258289155141422/6054485996627823526/comments/default/8197492307941599537'/><link rel='alternate' type='text/html' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html?showComment=1211041080000#c8197492307941599537' title=''/><author><name>david</name><uri>http://www.blogger.com/profile/12280104990941617395</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_myUhtr_A51Y/R6X13mCUp9I/AAAAAAAAEtU/REYxcmyeDyg/S220/DSC00201.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jonhnnyweslley.net/2008/05/shadoop.html' ref='tag:blogger.com,1999:blog-2399258289155141422.post-6054485996627823526' source='http://www.blogger.com/feeds/2399258289155141422/posts/default/6054485996627823526' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-649445072'/></entry></feed>
