<?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 Maniyam&#039;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>Mon, 19 Sep 2011 17:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Performance testing a HBase cluster by Sujee Maniyam</title>
		<link>http://sujee.net/blog/tech/performance-testing-a-hbase-cluster.html#comment-283</link>
		<dc:creator>Sujee Maniyam</dc:creator>
		<pubDate>Mon, 19 Sep 2011 17:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=88#comment-283</guid>
		<description>1) Using hbase shell you can see the data in a table.
on terminal, bring up hbase shell
# hbase shell
&gt;   scan &#039;table&#039;
this will print out all entries in the table.

If you just want to see a few, then use LIMIT 
&gt; scan &#039;table&#039; , {LIMIT =&gt; 10}
see first 10 rows

2) To monitor activity, use Hbase UI (http://hmaster:60010)  
you will see requests for each region server</description>
		<content:encoded><![CDATA[<p>1) Using hbase shell you can see the data in a table.<br />
on terminal, bring up hbase shell<br />
# hbase shell<br />
&gt;   scan &#8216;table&#8217;<br />
this will print out all entries in the table.</p>
<p>If you just want to see a few, then use LIMIT<br />
&gt; scan &#8216;table&#8217; , {LIMIT =&gt; 10}<br />
see first 10 rows</p>
<p>2) To monitor activity, use Hbase UI (<a href="http://hmaster:60010" rel="nofollow">http://hmaster:60010</a>)<br />
you will see requests for each region server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance testing a HBase cluster by vamshi</title>
		<link>http://sujee.net/blog/tech/performance-testing-a-hbase-cluster.html#comment-274</link>
		<dc:creator>vamshi</dc:creator>
		<pubDate>Sun, 18 Sep 2011 10:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=88#comment-274</guid>
		<description>Hi, this post is very good.But i have one basic doubt, all the inserted data by clients go to which place in hbase?? How can we see that inserted data in the hbase? One more thing is , during its operation of random read/random write, the namenode,tasktracker, Jobtracker web UI is not showing anything..But i can see the results and working on the console. 
Can you help me how to check the above mentioned things?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi, this post is very good.But i have one basic doubt, all the inserted data by clients go to which place in hbase?? How can we see that inserted data in the hbase? One more thing is , during its operation of random read/random write, the namenode,tasktracker, Jobtracker web UI is not showing anything..But i can see the results and working on the console.<br />
Can you help me how to check the above mentioned things?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by giri</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-124</link>
		<dc:creator>giri</dc:creator>
		<pubDate>Thu, 28 Jul 2011 18:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-124</guid>
		<description>Hi Sujee ,

really very good doc .....

thanks</description>
		<content:encoded><![CDATA[<p>Hi Sujee ,</p>
<p>really very good doc &#8230;..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon Elastic Map Reduce (EMR): Beyond Basics by James Carter</title>
		<link>http://sujee.net/blog/tech/amazon-elastic-map-reduce-emr-beyond-basics.html#comment-142</link>
		<dc:creator>James Carter</dc:creator>
		<pubDate>Sat, 16 Jul 2011 19:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=65#comment-142</guid>
		<description>This article is a great one. It describes all clearly. I really liked it. It’s very helpful. I was looking for such articles. I have read a article here &quot;http://www.techyv.com/article/amazon-elastic-mapreduce-cloud-computing&quot;  which is almost like this.</description>
		<content:encoded><![CDATA[<p>This article is a great one. It describes all clearly. I really liked it. It’s very helpful. I was looking for such articles. I have read a article here &#8220;http://www.techyv.com/article/amazon-elastic-mapreduce-cloud-computing&#8221;  which is almost like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Amarjeet</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-121</link>
		<dc:creator>Amarjeet</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-121</guid>
		<description>Hi Sujee,

by memory data I dont mean &#039;DATA JOINS&#039;.

I Mean:
lets take this example in your blog -
you are reading input from Hbase table - &#039;access_logs&#039; and then process it and put your output in &#039;summary&#039; table.

What I want is:
I wish I could take input from some Map or list (present in-memory only or create myself in code).

I hope you understand now.</description>
		<content:encoded><![CDATA[<p>Hi Sujee,</p>
<p>by memory data I dont mean &#8216;DATA JOINS&#8217;.</p>
<p>I Mean:<br />
lets take this example in your blog -<br />
you are reading input from Hbase table &#8211; &#8216;access_logs&#8217; and then process it and put your output in &#8216;summary&#8217; table.</p>
<p>What I want is:<br />
I wish I could take input from some Map or list (present in-memory only or create myself in code).</p>
<p>I hope you understand now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by admin</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-120</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Jul 2011 17:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-120</guid>
		<description>@Amarjeet
not sure what do you mean by using-memory data as Mapreduce input. are you talking about doing &#039;data joins&#039; ?
If that is the case, then you might try this:
- load your data xref data into a memory cache like memcached (this can be done in the driver code of mapreduce)
- in your mapper, access memcached to xref</description>
		<content:encoded><![CDATA[<p>@Amarjeet<br />
not sure what do you mean by using-memory data as Mapreduce input. are you talking about doing &#8216;data joins&#8217; ?<br />
If that is the case, then you might try this:<br />
- load your data xref data into a memory cache like memcached (this can be done in the driver code of mapreduce)<br />
- in your mapper, access memcached to xref</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by Amarjeet</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-119</link>
		<dc:creator>Amarjeet</dc:creator>
		<pubDate>Mon, 11 Jul 2011 11:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-119</guid>
		<description>Hi Sujee,

Thanks for great tutorial!!


I am able to run the mapreduce application using HDFS and HBase both.

But now I want to use in memory data to be used as input to MapReduce application.

e.g. - I have few data maps in my memory and want to use those in spite of Hbase table as input.

Could you please guide me for this??

Timely reply will be appreciated very much. :)

Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Hi Sujee,</p>
<p>Thanks for great tutorial!!</p>
<p>I am able to run the mapreduce application using HDFS and HBase both.</p>
<p>But now I want to use in memory data to be used as input to MapReduce application.</p>
<p>e.g. &#8211; I have few data maps in my memory and want to use those in spite of Hbase table as input.</p>
<p>Could you please guide me for this??</p>
<p>Timely reply will be appreciated very much. <img src='http://sujee.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Membase Java tutorial   [Tech] by admin</title>
		<link>http://sujee.net/blog/tech/tech-membase-java-tutorial.html#comment-141</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=62#comment-141</guid>
		<description>@Matthew
look at Membase dashboard, it will show items in memory / disk ...etc.

Also you can shutdown membase, bring it back up and try to read the values you set previously.</description>
		<content:encoded><![CDATA[<p>@Matthew<br />
look at Membase dashboard, it will show items in memory / disk &#8230;etc.</p>
<p>Also you can shutdown membase, bring it back up and try to read the values you set previously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Membase Java tutorial   [Tech] by Matthew</title>
		<link>http://sujee.net/blog/tech/tech-membase-java-tutorial.html#comment-140</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 08 Jul 2011 05:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=62#comment-140</guid>
		<description>Hi ,

Very neat tutorial! but when I tried running the code, I felt that the data dint get committed to the disk, rather it was the memcached that was getting used though I specified the Membase port in the memcachedClient instance. Please let me know how to confirm whether Membase was actually used (data persistence).</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Very neat tutorial! but when I tried running the code, I felt that the data dint get committed to the disk, rather it was the memcached that was getting used though I specified the Membase port in the memcachedClient instance. Please let me know how to confirm whether Membase was actually used (data persistence).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [tech] Hbase Map Reduce Example by admin</title>
		<link>http://sujee.net/blog/tech/tech-hbase-map-reduce-example.html#comment-118</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 15 Jun 2011 22:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://sujee.net/blog/?p=48#comment-118</guid>
		<description>@Anil
the table will split as it exceeds the &#039;region max size&#039; (default 256M, I think).</description>
		<content:encoded><![CDATA[<p>@Anil<br />
the table will split as it exceeds the &#8216;region max size&#8217; (default 256M, I think).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

