<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Chandler &#187; hbase</title>
	<atom:link href="http://chrischandler.name/tag/hbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrischandler.name</link>
	<description>Squandering time as a raving egomaniac</description>
	<lastBuildDate>Thu, 03 Jun 2010 23:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using HBase&#8217;s Thrift interface with Ruby</title>
		<link>http://chrischandler.name/ruby/using-hbases-thrift-interface-with-ruby/</link>
		<comments>http://chrischandler.name/ruby/using-hbases-thrift-interface-with-ruby/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 03:46:33 +0000</pubDate>
		<dc:creator>Chris Chandler</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[hbase]]></category>
		<category><![CDATA[thrift]]></category>

		<guid isPermaLink="false">http://chrischandler.name/?p=76</guid>
		<description><![CDATA[Using HBase's Thrift interface with Ruby the language and some basic examples.]]></description>
			<content:encoded><![CDATA[<p>In my continued fooling around with various key-value stores I&#8217;ve finally come across <a href="http://hadoop.apache.org/hbase/">HBase</a>.  Naturally, since I do my day-to-day programming in <a href="http://chrischandler.name/ruby/">Ruby</a> I wanted to setup some basic examples.  Though HBase does support a RESTful interface I thought I would get the <a href="http://incubator.apache.org/thrift/">Thrift</a> interface working for some better throughput.</p>
<p>If you need help Thrift running take a look at my post on <a href="http://chrischandler.name/ruby/using-cassandras-thrift-interface-with-ruby/">Cassandra&#8217;s thrift interface</a> that has all the prerequisites listed.</p>
<p>The example assumes a table &#8220;t1&#8243; and a column &#8220;f1&#8243;.</p>
<p><script src="http://gist.github.com/216619.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://chrischandler.name/ruby/using-hbases-thrift-interface-with-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
