feenst

Results 4 comments of feenst

Log attached below. [docker_build.log](https://github.com/dajobe/hbase-docker/files/1369414/docker_build.log)

I'm also seeing this error in Docker for Windows (Docker version 17.09.0-ce, build afdb6d4) and Docker on Cent OS 7 (Docker version 17.06.2-ce, build cec0b72). Same simple Dockerfile that tsauvajon...

@moshewe, I'm not sure where to start on swapping out the connection pool. Would that be something [here](https://github.com/exposebox/node-thrift2-hbase/blob/master/src/client.js#L45)?

@Ran-P, the Node kerberos packages I've seen ([kerberos](https://github.com/mongodb-js/kerberos) and [node-krb5](https://github.com/adaltas/node-krb5)) both seem to work by generating a token that's used with an `Authentication` HTTP header. The thrift connection uses sockets...