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

Invalid method name 'query' #8

Closed asdw741111 closed 8 years ago

asdw741111 commented 8 years ago

i installed the node-impala by npm and copy to a server, but cannot query sql. the query err is: TApplicationException: Invalid method name 'query'

ufukomer commented 8 years ago

Probably your port number is wrong. Please check the related issue #7

asdw741111 commented 8 years ago

thx, the thrift port is 21000, jdbc port is 21050