SteveCris opened a new issue, #8857: URL: https://github.com/apache/seatunnel/issues/8857
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description 环境 linux 跑任务 脚本信息 env { prallelism = 4 job.mode = "BATCH" } source{ Jdbc { url = "jdbc:mysql://10.75:4000/cdr_5607?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8&useConfigs=maxPerformance&useServerPrepStmts=true&prepStmtCacheSqlLimit=2048&prepStmtCacheSize=256&rewriteBatchedStatements=true&allowMultiQueries=true&autoReconnect=true&useOldAliasMetadataBehavior=true&sessionVariables=tidb_mem_quota_query=10143741824" driver = "com.mysql.cj.jdbc.Driver" connection_check_timeout_sec = 100 user = "sssss" password = "vIr7j^sssssss^PSp5ubzO" split.size = 1000 table_list = [ { table_path = "cdr_5794.FACT_TEST_RPT_CVT_RSLT" query = "SELECT a.*,CONCAT(PRM_KEY,'paimon-pk',MDC_ORG_CD) AS TIGER_UNIQUE_KEY,CONCAT('cdr_5794') as TIGER_SOURCE_DB,'0' as TIGER_DEL_CODE,NOW() as TIGER_ADD_DT,NOW() as TIGER_UPT_DT from cdr_5794.FACT_TEST_RPT_CVT_RSLT a" } ] } } transform { # If you would like to get more information about how to configure seatunnel and see full list of transform plugins, # please go to https://seatunnel.apache.org/docs/transform-v2/sql } sink { Paimon { catalog_name="hainan" warehouse="oss://oss-sjzk-bhgl/paimon/hainan" database="core_fact" table="${table_name}" paimon.table.write-props = { bucket = -1 changelog-producer = "input" file.format = "parquet" dynamic-bucket.target-row-num=5000000 } paimon.hadoop.conf = { fs.oss.endpoint = "http://oss-cn-haikou-hkybhx-d01-a.sb.com/oss-sjzk-bhgl" fs.oss.accessKeyId = "ssss", fs.oss.accessKeySecret = "sss" } } } seatunnel 集群方式部署 执行的seatunnel.sh --config csv.confg --async -n TOTAL_CSV 堆栈信息 at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:213) at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40) at org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34) Caused by: java.lang.NullPointerException at sun.nio.fs.UnixPath.normalizeAndCheck(UnixPath.java:77) at sun.nio.fs.UnixPath.<init>(UnixPath.java:71) at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281) at java.nio.file.Paths.get(Paths.java:84) at org.apache.seatunnel.core.starter.utils.FileUtils.getConfigPath(FileUtils.java:49) at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:132) ... 2 more 2025-02-27 11:39:06,257 ERROR [o.a.s.c.s.SeaTunnel ] [main] - =============================================================================== Exception in thread "main" org.apache.seatunnel.core.starter.exception.CommandExecuteException: SeaTunnel job executed failed at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:213) at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40) at org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34) Caused by: java.lang.NullPointerException at sun.nio.fs.UnixPath.normalizeAndCheck(UnixPath.java:77) at sun.nio.fs.UnixPath.<init>(UnixPath.java:71) at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281) at java.nio.file.Paths.get(Paths.java:84) at org.apache.seatunnel.core.starter.utils.FileUtils.getConfigPath(FileUtils.java:49) at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:132) ... 2 more ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a 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]
