hbase-ruby
hbase-ruby copied to clipboard
Updated for hbase 0.89?
I'm using hbase 0.89. The sample code on the project page doesn't work correctly:
client = HBase::Client.new("http://localhost:60010/") => #<HBase::Client:0x10169eae0 @connection=#<Net::HTTP localhost:60010 open=false>, @url=#<URI::HTTP:0x10169e658 URL:http://localhost:60010/>> tables = client.list_tables Net::HTTPServerException: 404 "Not Found"
I am getting the same error