Closed davidkhala closed 2 years ago
In the example I see a line of
... new hive.auth.NoSaslAuthentication() ...
Should it be NoSslAuthentication?
NoSslAuthentication
Hi @davidkhala , no, it's correct, SASL is Simple Authentication Security Layer and it works accordingly with Hive specification
In the example I see a line of
Should it be
NoSslAuthentication
?