chenyz1984 commented on issue #8688: URL: https://github.com/apache/seatunnel/issues/8688#issuecomment-2655799589
已找到原因 ``` seatunnel.hadoop.dfs.namenode.rpc-address.sybdatann1: h77005:8020 seatunnel.hadoop.dfs.namenode.rpc-address.sybdatann2: h77006:8020 ``` 应修改为: ``` seatunnel.hadoop.dfs.namenode.rpc-address.sybdata.nn1: h77005:8020 seatunnel.hadoop.dfs.namenode.rpc-address.sybdata.nn2: h77006:8020 ``` -- 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]
