pan3793 commented on PR #4689:
URL: https://github.com/apache/kyuubi/pull/4689#issuecomment-1502635091
Looks like we need to fix the private api invoking
```
@InterfaceAudience.Private
public static class JaasConfiguration extends
javax.security.auth.login.Configuration {
...
```
```
Error: ]
/home/runner/work/kyuubi/kyuubi/kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/zookeeper/ZookeeperClientProvider.scala:29:
value JaasConfiguration is not a member of object
org.apache.hadoop.security.token.delegation.ZKDelegationTokenSecretManager
Error: ]
/home/runner/work/kyuubi/kyuubi/kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/zookeeper/ZookeeperClientProvider.scala:117:
not found: type JaasConfiguration
Error: [ERROR] two errors found
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]