<?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: HBase to the rescue</title>
	<atom:link href="http://airodig.com/2009/08/10/hbase-to-the-rescue/feed/" rel="self" type="application/rss+xml" />
	<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/</link>
	<description>airodig hacking industries</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:17:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/comment-page-1/#comment-268</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 26 Mar 2010 22:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://airodig.com/?p=56#comment-268</guid>
		<description>&gt;&gt; I could straight shoot someone if I saw one more getter/setter pair. If you think I’m full of shit please read this (&lt;a href=&quot;http://www.pragprog.com/articles/tell-dont-ask&quot; rel=&quot;nofollow&quot;&gt;http://www.pragprog.com/articles/tell-dont-ask&lt;/a&gt;)&lt;br&gt;&lt;br&gt;That article speaks specifically about retaining encapsulation, and is COMPLETELY THE OPPOSITE of what you were trying to state.</description>
		<content:encoded><![CDATA[<p>&gt;&gt; I could straight shoot someone if I saw one more getter/setter pair. If you think I’m full of shit please read this (<a href="http://www.pragprog.com/articles/tell-dont-ask" rel="nofollow">http://www.pragprog.com/articles/tell-dont-ask</a>)</p>
<p>That article speaks specifically about retaining encapsulation, and is COMPLETELY THE OPPOSITE of what you were trying to state.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradford</title>
		<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/comment-page-1/#comment-20</link>
		<dc:creator>Bradford</dc:creator>
		<pubDate>Tue, 11 Aug 2009 05:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://airodig.com/?p=56#comment-20</guid>
		<description>This article is full of win and awesome. Check out my blog for HBasey goodness as well :D

http://www.roadtofailure.com</description>
		<content:encoded><![CDATA[<p>This article is full of win and awesome. Check out my blog for HBasey goodness as well <img src='http://airodig.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://www.roadtofailure.com" rel="nofollow">http://www.roadtofailure.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feydr</title>
		<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/comment-page-1/#comment-19</link>
		<dc:creator>feydr</dc:creator>
		<pubDate>Tue, 11 Aug 2009 01:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://airodig.com/?p=56#comment-19</guid>
		<description>Thanks for the comments Ryan!

Last Friday I was pretty dismayed at not having the ability to scan on start and stop timestamps so I patched the generated code there. I have no clue why I thought that someone wrote it considering it DOES say &#039;generated&#039; -- my apologies for any offense taken. Anyways, I do have patches for the generated code at http://github.com/feydr/hrb/tree/3e17e6405ea6cd195319ae39d30247addd21751b/hrb-ng/patches . It was relatively easy to patch since it was already calling setTimeRange (like the java api does) -- it was just defaulting the start timestamp to a LONG.MIN_VALUE. Maybe I should have went through and found the original non-generated source ---- ughhh!! -- Perhaps I&#039;ll do that tmo.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Ryan!</p>
<p>Last Friday I was pretty dismayed at not having the ability to scan on start and stop timestamps so I patched the generated code there. I have no clue why I thought that someone wrote it considering it DOES say &#8216;generated&#8217; &#8212; my apologies for any offense taken. Anyways, I do have patches for the generated code at <a href="http://github.com/feydr/hrb/tree/3e17e6405ea6cd195319ae39d30247addd21751b/hrb-ng/patches" rel="nofollow">http://github.com/feydr/hrb/tree/3e17e6405ea6cd195319ae39d30247addd21751b/hrb-ng/patches</a> . It was relatively easy to patch since it was already calling setTimeRange (like the java api does) &#8212; it was just defaulting the start timestamp to a LONG.MIN_VALUE. Maybe I should have went through and found the original non-generated source &#8212;- ughhh!! &#8212; Perhaps I&#8217;ll do that tmo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/comment-page-1/#comment-18</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 11 Aug 2009 00:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://airodig.com/?p=56#comment-18</guid>
		<description>hey, if you have thrift patches, i&#039;d be happy to review them. we did a number to the thrift api in 0.20, and while we tried to ensure all use cases in 0.20 worked via thrift, it appears there were some missed points. Rewriting the entire read/write path and nearly the entire regionserver makes for good bug fodder.

Another thing to consider, is that the entire thrift generated/ subdir is generated code, so don&#039;t blame us :-)</description>
		<content:encoded><![CDATA[<p>hey, if you have thrift patches, i&#8217;d be happy to review them. we did a number to the thrift api in 0.20, and while we tried to ensure all use cases in 0.20 worked via thrift, it appears there were some missed points. Rewriting the entire read/write path and nearly the entire regionserver makes for good bug fodder.</p>
<p>Another thing to consider, is that the entire thrift generated/ subdir is generated code, so don&#8217;t blame us <img src='http://airodig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by feydr</title>
		<link>http://airodig.com/2009/08/10/hbase-to-the-rescue/comment-page-1/#comment-17</link>
		<dc:creator>Twitted by feydr</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://airodig.com/?p=56#comment-17</guid>
		<description>[...] This post was Twitted by feydr [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by feydr [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
