hbase-ruby
hbase-ruby copied to clipboard
ruby client for Hadoop HBase
I'm using hbase 0.89. The sample code on the project page doesn't work correctly: > > client = HBase::Client.new("http://localhost:60010/") > > => # > > tables = client.list_tables > >...
Perhaps I'm misunderstanding something, but timestamps are not working the way I would expect them to > > client.create_row("my_table","key1", Time.now.to_i, [{:name=>"name", :value=>"value"}]) > > > > row = client.show_row("my_table","key1") >...
I tried using the 1.1.3 branch by greglu which utilizes the stargate API, I'm getting this exception from stargate when attempting to use a row key like "http://www.google.com" (works fine...