avatarTaier commented on issue #530:
URL:
https://github.com/apache/incubator-streampark/issues/530#issuecomment-1272360342
线上Flink任务重启时,提交任务失败,具体报错如下:
java.lang.NumberFormatException: For input string: "30s"
解决方案:
在HDFS的hdfs-site.xml中新增以下配置后,重启HDFS和FLINK集群
<property>
<name>dfs.client.datanode-restart.timeout</name>
<value>30</value>
</property>
--
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]