当前位置:   article > 正文

ERROR org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error starting ResourceManager

error org.apache.hadoop.yarn.server.resourcemanager.resourcemanager: error s

我的hadoop无法启动ResourceManager节点

查看一下日志

cd /usr/local/hadoop-3.3.0

tail -100 hadoop-root-resourcemanager-master.log

如下:

  1. 2022-04-25 09:11:44,500 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.AbstractYarnScheduler: Maximum allocation = <memory:8192, vCores:4>
  2. 2022-04-25 09:11:44,694 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue: root, capacity=1.0, absoluteCapacity=1.0, maxCapacity=1.0, absoluteMaxCapacity=1.0, state=RUNNING, acls=SUBMIT_APP:*ADMINISTER_QUEUE:*, labels=*,
  3. , reservationsContinueLooking=true, orderingPolicy=utilization, priority=0
  4. 2022-04-25 09:11:44,695 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.ParentQueue: Initialized parent-queueroot name=root, fullname=root
  5. 2022-04-25 09:11:44,711 INFO org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue: Initializing root.default
  6. capacity = 1.0 [= (float) configuredCapacity / 100 ]
  7. absoluteCapacity = 1.0 [= parentAbsoluteCapacity * capacity ]
  8. maxCapacity = 1.0 [= configuredMaxCapacity ]
  9. absoluteMaxCapacity = 1.0 [= 1.0 maximumCapacity undefined, (parentAbsoluteMaxCapacity * maximumCapacity) / 100 otherwise ]
  10. effectiveMinResource=<memory:0, vCores:0>
  11. , effectiveMaxResource=<memory:0, vCores:0>
  12. userLimit = 100 [= configuredUserLimit ]
  13. userLimitFactor = 1.0 [= configuredUserLimitFactor ]
  14. maxApplications = 10000 [= configuredMaximumSystemApplicationsPerQueue or (int)(configuredMaximumSystemApplications * absoluteCapacity)]
  15. maxApplicationsPerUser = 10000 [= (int)(maxApplications * (userLimit / 100.0f) * userLimitFactor) ]
  16. usedCapacity = 0.0 [= usedResourcesMemory / (clusterResourceMemory * absoluteCapacity)]
  17. absoluteUsedCapacity = 0.0 [= usedResourcesMemory / clusterResourceMemory]
  18. maxAMResourcePerQueuePercent = 0.1 [= configuredMaximumAMResourcePercent ]
  19. minimumAllocationFactor = 0.875 [= (float)(maximumAllocationMemory - minimumAllocationMemory) / maximumAllocationMemory ]
  20. maximumAllocation = <memory:8192, vCores:4> [= configuredMaxAllocation ]
  21. numContainers = 0 [= currentNumContainers ]
  22. state = RUNNING [= configuredState ]
  23. acls = SUBMIT_APP:*ADMINISTER_QUEUE:* [= configuredAcls ]
  24. nodeLocalityDelay = 40
  25. rackLocalityAdditionalDelay = -1
  26. labels=*,
  27. reservationsCo
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/999657
推荐阅读
相关标签
  

闽ICP备14008679号