challenger71498 commented on PR #6918:
URL: https://github.com/apache/hbase/pull/6918#issuecomment-2816573566
Thankfully there is a workaround for this issue.
By setting external providers to built-in providers, you may bypass the
issue and load the built-in providers.
For example:
```
<property>
<name>hbase.client.sasl.provider.extras</name>
<value>org.apache.hadoop.hbase.security.provider.SimpleSaslClientAuthenticationProvider,org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider,org.apache.hadoop.hbase.security.provider.DigestSaslClientAuthenticationProvider</value>
</property>
```
See
[here](https://stackoverflow.com/questions/76572761/java-lang-illegalstateexception-failed-to-load-simple-kerberos-and-digest-aut)
for more context.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]