raheen1 commented on issue #5961: URL: https://github.com/apache/seatunnel/issues/5961#issuecomment-1845137951
@Carl-Zhou-CN Earlier today, I was able to fix the "Unknown Exception" error while trying to test connect. I had to add `hadoop-aws`, `aws-java-sdk` `seatunnel-hadoop3-3.1.4-uber` jars in the following files: * https://github.com/apache/seatunnel-web/blob/main/seatunnel-web-dist/pom.xml * https://github.com/apache/seatunnel-web/blob/main/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml The guava package was not compatible with the hadoop version so, I had to upgrade the guava jar package from `19.0` to `26.0-jre` here: https://github.com/apache/seatunnel-web/blob/a4f8eebef0c1dddaf9102a628138e481d5f544e0/pom.xml#L71 After making the above changes, I got a successful connection test: <img width="1536" alt="Screenshot 2023-12-07 at 4 30 48 PM" src="https://github.com/apache/seatunnel/assets/151616698/0f3c7253-27dd-4593-b947-163ee9229c4b"> -- 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]
