Hi I'am trying to create a DSN using Simba Hbase ODBC Driver 1.0.2 but it fails, I'am using Windows 2008 R2 64 bits and Hbase 0.96. i have this error :

Failure: [Simba][HBase] (40) Error with HTTP request, response code: 0

and in the log file i found this error:

Expected HEADER=HBas but received HEADER=GET from USER_IP

Any Help Pleaase ?

有帮助吗?

解决方案

Have you started the HBase REST interface? If not, you'll see an error message like the one you've listed above. You can start the REST interface with the following command (depending on distribution):

hbase-daemons.sh start rest

This will start the REST interface on port 8080 by default.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top