<?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 for Sujee's blog</title>
	<atom:link href="http://sujee.net/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sujee.net/blog</link>
	<description>cat /proc/sujee</description>
	<lastBuildDate>Sat, 17 Apr 2010 05:52:05 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Amol</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2523</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Sat, 17 Apr 2010 05:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2523</guid>
		<description>Hi,
I really like this post and has helped me in my project..thanks for the same..
I am now motivated to make a HBase admin UI interface...
do ping me if u want to help/get involved..
thanks once again</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I really like this post and has helped me in my project..thanks for the same..<br />
I am now motivated to make a HBase admin UI interface&#8230;<br />
do ping me if u want to help/get involved..<br />
thanks once again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by admin</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2516</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 04:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2516</guid>
		<description>@Renato,
the end goal is to be able to run in command line using
    hadoop jar your.jar   your.mr.class.name
so it will run on all cluster machines.
So if you can do this, that is pretty good :-)

Not sure why you aren&#039;t able to run it within Eclipse...</description>
		<content:encoded><![CDATA[<p>@Renato,<br />
the end goal is to be able to run in command line using<br />
    hadoop jar your.jar   your.mr.class.name<br />
so it will run on all cluster machines.<br />
So if you can do this, that is pretty good <img src='http://sujee.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Not sure why you aren&#8217;t able to run it within Eclipse&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Renato Marroquin</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2514</link>
		<dc:creator>Renato Marroquin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2514</guid>
		<description>Hi I tried this:
http://wiki.apache.org/hadoop/Hbase/MapReduce
with no success. Though I am able to execute my job regularly from the command line, and as a java program, any ideas or suggestions are highly appreciated. Thanks in advanced.

Renato M.</description>
		<content:encoded><![CDATA[<p>Hi I tried this:<br />
<a href="http://wiki.apache.org/hadoop/Hbase/MapReduce" rel="nofollow">http://wiki.apache.org/hadoop/Hbase/MapReduce</a><br />
with no success. Though I am able to execute my job regularly from the command line, and as a java program, any ideas or suggestions are highly appreciated. Thanks in advanced.</p>
<p>Renato M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by admin</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2513</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2513</guid>
		<description>@Renato
Your hadoop installation doesn&#039;t know about Hbase classes.

Check &#039;step 0&#039; under &#039;Hbase setup&#039; section.  Or you can follow this:
http://hadoop.apache.org/hbase/docs/r0.20.3/api/org/apache/hadoop/hbase/mapreduce/package-summary.html
Once you modify your file, make sure to DISTRIBUTE the hadoop-env.sh across the cluster.</description>
		<content:encoded><![CDATA[<p>@Renato<br />
Your hadoop installation doesn&#8217;t know about Hbase classes.</p>
<p>Check &#8217;step 0&#8242; under &#8216;Hbase setup&#8217; section.  Or you can follow this:<br />
<a href="http://hadoop.apache.org/hbase/docs/r0.20.3/api/org/apache/hadoop/hbase/mapreduce/package-summary.html" rel="nofollow">http://hadoop.apache.org/hbase/docs/r0.20.3/api/org/apache/hadoop/hbase/mapreduce/package-summary.html</a><br />
Once you modify your file, make sure to DISTRIBUTE the hadoop-env.sh across the cluster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Renato Marroquin</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2512</link>
		<dc:creator>Renato Marroquin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 02:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2512</guid>
		<description>Hey Sujee!! Really nice and helpful post, thanks a lot!!! Though I have a little doubt, I am still learning Hadoop MapReduce and I was wondering why I can&#039;t see the jobs I am executing on my localhost:50030?? I tried to executed from eclipse using the cluster I set up, but I got an error that said 

Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration

any idea??? Thanks a lot in advance (=

Renato</description>
		<content:encoded><![CDATA[<p>Hey Sujee!! Really nice and helpful post, thanks a lot!!! Though I have a little doubt, I am still learning Hadoop MapReduce and I was wondering why I can&#8217;t see the jobs I am executing on my localhost:50030?? I tried to executed from eclipse using the cluster I set up, but I got an error that said </p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration</p>
<p>any idea??? Thanks a lot in advance (=</p>
<p>Renato</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Lars George</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2509</link>
		<dc:creator>Lars George</dc:creator>
		<pubDate>Tue, 13 Apr 2010 11:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2509</guid>
		<description>Hi Sujee!

Excellent post indeed, thank you for taking the time! Also please consider linking it into the HBase Wiki, so that other can find it easily (if you have not done so already) - simply register and edit the appropriate page. Much appreciated!

Lars</description>
		<content:encoded><![CDATA[<p>Hi Sujee!</p>
<p>Excellent post indeed, thank you for taking the time! Also please consider linking it into the HBase Wiki, so that other can find it easily (if you have not done so already) &#8211; simply register and edit the appropriate page. Much appreciated!</p>
<p>Lars</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Jean-Daniel Cryans</title>
		<link>http://sujee.net/blog/development/tech-hbase-map-reduce-example.html/comment-page-1#comment-2500</link>
		<dc:creator>Jean-Daniel Cryans</dc:creator>
		<pubDate>Sun, 11 Apr 2010 09:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-2500</guid>
		<description>Excellent tutorial Sujee! 

With the filter, someone should also use scan.setCaching so speed up the job.

J-D</description>
		<content:encoded><![CDATA[<p>Excellent tutorial Sujee! </p>
<p>With the filter, someone should also use scan.setCaching so speed up the job.</p>
<p>J-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Setting Up a Ubuntu Development Machine by bhargav</title>
		<link>http://sujee.net/blog/linux/tech-ubuntu-development-machines.html/comment-page-1#comment-2267</link>
		<dc:creator>bhargav</dc:creator>
		<pubDate>Wed, 03 Feb 2010 07:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=39#comment-2267</guid>
		<description>thanks sujee!!</description>
		<content:encoded><![CDATA[<p>thanks sujee!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Geocode data for US Zips and Cities by carlosglz</title>
		<link>http://sujee.net/blog/tech/tech-geocode-data-for-us-zips-and-cities.html/comment-page-1#comment-2127</link>
		<dc:creator>carlosglz</dc:creator>
		<pubDate>Sun, 06 Dec 2009 20:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=19#comment-2127</guid>
		<description>Thank you! Thank you! Thank you! I&#039;ve been looking for data sorted this way for several weeks... you&#039;ve saved me dozens of hours of work.</description>
		<content:encoded><![CDATA[<p>Thank you! Thank you! Thank you! I&#8217;ve been looking for data sorted this way for several weeks&#8230; you&#8217;ve saved me dozens of hours of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Sansa Playlist Creator for Linux by admin</title>
		<link>http://sujee.net/blog/tech/tech-sansa-playlist-creator-for-linux.html/comment-page-1#comment-1950</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 24 Oct 2009 22:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/2008/01/28/tech-sansa-playlist-creator-for-linux/#comment-1950</guid>
		<description>@SansaUser
good catch, it is a BASH script.  So changing
    #!/bin/sh 
to 
    #/bin/bash
is the way to go.

Not sure about the iconv errors, though.</description>
		<content:encoded><![CDATA[<p>@SansaUser<br />
good catch, it is a BASH script.  So changing<br />
    #!/bin/sh<br />
to<br />
    #/bin/bash<br />
is the way to go.</p>
<p>Not sure about the iconv errors, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
