xinda77 opened a new issue, #1739: URL: https://github.com/apache/incubator-seatunnel/issues/1739
### 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 when run seatunnel job ,i want to know which version can we use 2.1.0 or 2.1.1 . like this simple error Exception in thread "main" java.nio.file.AccessDeniedException: plugins.tar.gz at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434) at java.nio.file.Files.newOutputStream(Files.java:216) at org.apache.seatunnel.utils.CompressionUtils.tarGzip(CompressionUtils.java:62) at org.apache.seatunnel.SparkStarter$ClusterModeSparkStarter.buildCommands(SparkStarter.java:381) at org.apache.seatunnel.SparkStarter.main(SparkStarter.java:98) 0 [main] INFO org.apache.seatunnel.utils.CompressionUtils - Tar directory 'plugins' to file 'plugins.tar.gz'. 1 [main] ERROR org.apache.seatunnel.utils.CompressionUtils - Error when tar directory 'plugins' to file 'plugins.tar.gz'. ### SeaTunnel Version 2.1.1 ### SeaTunnel Config ```conf .............. ``` ### Running Command ```shell .................... ``` ### Error Exception ```log Exception in thread "main" java.nio.file.AccessDeniedException: plugins.tar.gz at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434) at java.nio.file.Files.newOutputStream(Files.java:216) at org.apache.seatunnel.utils.CompressionUtils.tarGzip(CompressionUtils.java:62) at org.apache.seatunnel.SparkStarter$ClusterModeSparkStarter.buildCommands(SparkStarter.java:381) at org.apache.seatunnel.SparkStarter.main(SparkStarter.java:98) 0 [main] INFO org.apache.seatunnel.utils.CompressionUtils - Tar directory 'plugins' to file 'plugins.tar.gz'. 1 [main] ERROR org.apache.seatunnel.utils.CompressionUtils - Error when tar directory 'plugins' to file 'plugins.tar.gz'. ``` ### Flink or Spark Version 2.4.0-cdh6.3.2 ### Java or Scala Version 1.8 ### 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]
