解決yarn啓動之後,出現unhealthy,local-dirs are bad問題

查看輸出日誌,發現
在這裏插入圖片描述
好像沒啥東西,然後又看了http://localhost:8088/cluster/nodes/unhealthy
裏面記錄了。。local-dirs are bad:這些東西
查資料,最後解決了。
資料來源:
https://www.edureka.co/community/29934/hadoop-unhealthy-node-local-dirs-and-log-dirs-are-bad
You can increase the threshold in yarn-site.xml

<property>
  <name>yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage</name>
  <value>98.5</value>
</property>

以上,簡單記錄。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章