pandong2011 commented on issue #12760:
URL: 
https://github.com/apache/dolphinscheduler/issues/12760#issuecomment-1311462733

   see: https://issues.apache.org/jira/browse/HDFS-12920
   the bug caused by this pr 
https://issues.apache.org/jira/secure/attachment/12827481/HDFS-10845.001.patch
   solution: in hdfs-site.xml remove all time unit 
(https://github.com/apache/hadoop/pull/3227) or upgrade the hadoop version
   
   此问题仅在Hadoop3环境中存在 ,解决方式:修改hdfs的 core-site.xml 添加 
‘dfs.client.datanode-restart.timeout’ 配置。
   内容如下:
   
   <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]

Reply via email to