imjuni / jshs2

jsHS2 is a node.js client driver for hive server 2
http://imjuni.github.io/jshs2/
MIT License
34 stars 12 forks source link

can it not set 'NOSASL '? #12

Closed xushuo closed 6 years ago

xushuo commented 7 years ago

can it not set 'NOSASL '? such as 'none'

imjuni commented 7 years ago

@xushuo, This option relate to authentication method. For example LDAP and Kerberos, SASL, PAM, etc. If you set option to NONE, Hive server use authentication method that plain SASL. JSHS2 only support NOSASL so far. Therefore you are use NOSASL. Thank you.