SbloodyS opened a new issue #1542: URL: https://github.com/apache/incubator-seatunnel/issues/1542
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened ``` 22/03/23 16:20:17 ERROR ApplicationMaster: User class threw exception: java.lang.IllegalAccessError: class org.apache.hadoop.hdfs.web.HftpFileSystem cannot access its superinterface org.apache.hadoop.hdfs.web.TokenAspect$TokenManagementDelegator java.lang.IllegalAccessError: class org.apache.hadoop.hdfs.web.HftpFileSystem cannot access its superinterface org.apache.hadoop.hdfs.web.TokenAspect$TokenManagementDelegator at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ``` ### SeaTunnel Version 2.1.0-release. ### SeaTunnel Config ```conf es source hive sink ``` ### Running Command ```shell ./bin/start-seatunnel-spark.sh \ --master yarn \ --deploy-mode cluster \ --config config/spark.batch.conf ``` ### Error Exception ```log above. ``` ### Flink or Spark Version spark 3.1.2 ### Java or Scala Version 1.8.0_312 ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
