adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbase-rest-reverse-proxy can't used

YSHIDM opened this issue · comments

commented

const hbase = require('hbase');
client = hbase({ host: '127.0.0.1', port: 8080 });
client
.table('my_table' )
.create('my_column_family', function(err, success){
//success===null why???
})

what's the matter?
2019-02-20_015406

commented

Hello,
the creator of the base image this repo is using has been deleted/ made private.

I'll push a fix to use an another image.

Thanks for your report :)

@IDerr which image? The "nerdammer/hbase:1.1.2" is till online no?

commented

Not the one used for the reverse proxy.
fork-hbase-rest

That was ours when "nerdammer/hbase:1.1.2" was using centos 6, no? He accepted my pull request on GitHub a few months/years ago but I just noticed that the Dockerfile on Docker Hub is still mentioning Centos 6

commented

hmm, I have pushed a fix to use the older image you were using (sixeyed).
Do you want me to revert my fix and use "nerdammer/hbase:1.1.2" as base image ?

Would that explain why we are now referencing an image which no one can build anymore?

commented

Not at all, it seems that it is a image built by us as referenced here :
https://hbase.js.org/learn/developer/

# Build the REST image
docker build -t fork-hbase-rest docker/hbase-rest

Perhaps, you have pushed it on docker hub and it was removed ?

Nope, I did not pushed it, it is meant to be built and used locally.

commented

Ok,thanks.