You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/11 09:41:36 UTC

[GitHub] [dolphinscheduler] pandong2011 commented on issue #12760: verify resource failed and the reason is null

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org