liujinhui1994 opened a new issue, #8310:
URL: https://github.com/apache/gravitino/issues/8310
### Version
main branch
### Describe what's wrong
./gradlew clean build -PskipDockerTests=false
### Error message and/or stacktrace
TestChainedAuthorizationIT > initializationError FAILED
org.apache.gravitino.exceptions.AuthorizationPluginException: Fail to
get ranger service name hiveDev, exception:
com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException:
Operation timed out
at
org.apache.gravitino.authorization.ranger.RangerAuthorizationPlugin.createRangerServiceIfNecessary(RangerAuthorizationPlugin.java:828)
at
org.apache.gravitino.authorization.ranger.RangerAuthorizationPlugin.<init>(RangerAuthorizationPlugin.java:108)
at
org.apache.gravitino.authorization.ranger.RangerAuthorizationHadoopSQLPlugin.<init>(RangerAuthorizationHadoopSQLPlugin.java:64)
at
org.apache.gravitino.authorization.ranger.integration.test.RangerITEnv.init(RangerITEnv.java:104)
at
org.apache.gravitino.authorization.chain.integration.test.TestChainedAuthorizationIT.startIntegrationTest(TestChainedAuthorizationIT.java:83)
### How to reproduce
./gradlew clean build -PskipDockerTests=false
### Additional context
_No response_
--
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]