EricJoy2048 commented on issue #4406:
URL: 
https://github.com/apache/incubator-seatunnel/issues/4406#issuecomment-1484530404

   > whne I add these jar to plugins,I got new error: `2023-03-24 11:36:34,319 
INFO org.apache.seatunnel.engine.server.dag.physical.PhysicalVertex - Job 
SeaTunnel (691490536757919745), Pipeline: [(1/1)], task: [HdfsFile-SourceTask 
(1/1)] turn to end state FAILED. 2023-03-24 11:36:34,319 ERROR 
org.apache.seatunnel.engine.server.dag.physical.PhysicalVertex - Job SeaTunnel 
(691490536757919745), Pipeline: [(1/1)], task: [HdfsFile-SourceTask (1/1)] end 
with state FAILED and Exception: java.lang.NoSuchMethodError: 
org.apache.hadoop.util.SemaphoredDelegatingExecutor.<init>(Ljava/util/concurrent/ExecutorService;IZ)V
 at org.apache.hadoop.fs.s3a.S3AFileSystem.create(S3AFileSystem.java:824) at 
org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1118) at 
org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1098) at 
org.apache.hadoop.fs.FileSystem.create(FileSystem.java:1057) at 
org.apache.seatunnel.connectors.seatunnel.file.sink.util.FileSystemUtils.getOutputStream(FileSystemUtils.java:71)
 
 at 
org.apache.seatunnel.connectors.seatunnel.file.sink.writer.TextWriteStrategy.getOrCreateOutputStream(TextWriteStrategy.java:114)
 at 
org.apache.seatunnel.connectors.seatunnel.file.sink.writer.TextWriteStrategy.write(TextWriteStrategy.java:75)
 at 
org.apache.seatunnel.connectors.seatunnel.file.sink.BaseFileSinkWriter.write(BaseFileSinkWriter.java:108)
 at 
org.apache.seatunnel.connectors.seatunnel.file.sink.BaseFileSinkWriter.write(BaseFileSinkWriter.java:43)
 at 
org.apache.seatunnel.engine.server.task.flow.SinkFlowLifeCycle.received(SinkFlowLifeCycle.java:161)
 at 
org.apache.seatunnel.engine.server.task.flow.SinkFlowLifeCycle.received(SinkFlowLifeCycle.java:57)
 at 
org.apache.seatunnel.engine.server.task.SeaTunnelTransformCollector.collect(SeaTunnelTransformCollector.java:39)
 at 
org.apache.seatunnel.engine.server.task.SeaTunnelTransformCollector.collect(SeaTunnelTransformCollector.java:27)
 at 
org.apache.seatunnel.engine.server.task.flow.IntermediateQueueFlowLifeCycle.handleRecord(Interm
 ediateQueueFlowLifeCycle.java:77) at 
org.apache.seatunnel.engine.server.task.flow.IntermediateQueueFlowLifeCycle.collect(IntermediateQueueFlowLifeCycle.java:58)
 at 
org.apache.seatunnel.engine.server.task.TransformSeaTunnelTask.collect(TransformSeaTunnelTask.java:65)
 at 
org.apache.seatunnel.engine.server.task.SeaTunnelTask.stateProcess(SeaTunnelTask.java:157)
 at 
org.apache.seatunnel.engine.server.task.TransformSeaTunnelTask.call(TransformSeaTunnelTask.java:71)
 at 
org.apache.seatunnel.engine.server.TaskExecutionService$BlockingWorker.run(TaskExecutionService.java:357)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
at java.lang.Thread.run(Thread.java:750)` 
![image](https://user-images.githubusercontent.com/28680957/227418014-63c10ee8-d8
 30-44c6-9876-afb4c7db7c7f.png)
   
   This is jar conflict, you need use the hadoop jar shard by SeaTunnel named 
`seatunnel-hadoop3-3.1.4-uber.jar`.


-- 
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]

Reply via email to