문제

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