lenchv / hive-driver

Driver for connection to Apache Hive via Thrift API
MIT License
40 stars 9 forks source link

possible typo on NoSaslAuthentication #49

Closed davidkhala closed 2 years ago

davidkhala commented 2 years ago

In the example I see a line of

...
new hive.auth.NoSaslAuthentication() 
...

Should it be NoSslAuthentication?

lenchv commented 2 years ago

Hi @davidkhala , no, it's correct, SASL is Simple Authentication Security Layer and it works accordingly with Hive specification