ufukomer / node-impala

Node Client for Impala using Apache Thrift
https://www.npmjs.com/package/node-impala
MIT License
31 stars 12 forks source link

Connecting to remote host with password #12

Closed dkang23 closed 7 years ago

dkang23 commented 7 years ago

Is there a way to connect to a remote host thats user/password protected?

ufukomer commented 7 years ago

That package does not support auth mechanism, so you can't directly establish connection between those two machines via node-impala. But If you can make that remote host to allow the requests from your host then it would work.