Yarn reports the error requested virtual cores <0, or requested virtual cores> MAX configured, requestedvirtualcores = 6, maxvirtualcores = 4

Source: Internet
Author: User
INFO  ApplicationMaster:54 - Final app status: FAILED, exitCode: 13, (reason: Uncaught exception: org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException: Invalid resource request, requested virtual cores < 0, or requested virtual cores > max configured, requestedVirtualCores=6, maxVirtualCores=4

The reason is that the task requests 6 vcores, but the maximum value is 4 vcores. Therefore, an error is returned because the application for 6 vcores is unavailable.

We reported this problem after hadoop-2.6.0 upgraded hadoop-2.8.4
Yarn-site.xml

<! -- 2.8.4 Max default 4 --> <property> <Name> yarn. schedres. Maximum-allocation-vcores </Name> <value> 4 </value> </property> <! -- 2.6.0 Max default 32 --> <property> <Name> yarn. schedres. Maximum-allocation-vcores </Name> <value> 32 </value> </property>

Change the 2.8.4 yarn-site.xml to 32 and restart yarn.

Yarn reports the error requested virtual cores <0, or requested virtual cores> MAX configured, requestedvirtualcores = 6, maxvirtualcores = 4

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.