hbase-ruby icon indicating copy to clipboard operation
hbase-ruby copied to clipboard

Updated for hbase 0.89?

Open tc opened this issue 14 years ago • 1 comments

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"

tc avatar Sep 01 '10 00:09 tc

I am getting the same error

gerbdla avatar Oct 01 '11 00:10 gerbdla