liugddx commented on PR #2719: URL: https://github.com/apache/incubator-seatunnel/pull/2719#issuecomment-1247479402
i also fix some error. - when i run e2e cases in another docker environment not in my computer, that way will report an error,so i replace the host and use `GenericContainer.getHost` - the spark container use [Rootless mode)](https://docs.docker.com/engine/security/rootless/).so i must use `root` and exe `mkdir` etc. - when i run e2e cases, it will error,because the driver jar not in classloader,so i must add it .`addURLToClassLoader.accept` -- 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]
