Created on 07-10-2018 03:10 PM - edited 08-18-2019 02:02 AM
My job is not moving from Accepted state to Running state.Can you suggest me??
[Tue Jul 10 07:04:49 -0700 2018] Application is added to the scheduler and is not yet activated. Queue's AM resource limit exceeded. Details : AM Partition = <DEFAULT_PARTITION>; AM Resource Request = <memory:19456, vCores:1>; Queue Resource Limit for AM = <memory:16384, vCores:1>; User AM Resource Limit of the queue = <memory:16384, vCores:1>; Queue AM Resource Usage = <memory:1024, vCores:1>;
Currently Only one job is running.
Created 07-12-2018 12:00 AM
Hello @Divakar Annapureddy!
Could you provide the following parameters?
yarn.scheduler.capacity.maximum-applications yarn.scheduler.capacity.<queue-path>.maximum-applications
yarn.scheduler.capacity.<queue-path>.maximum-capacity yarn.scheduler.capacity.maximum-am-resource-percent
yarn.scheduler.capacity.<queue-path>.maximum-am-resource-percent
yarn.scheduler.minimum-allocation-mb
yarn.app.mapreduce.am.resource.mb
yarn.scheduler.maximum-allocation-mb
yarn.scheduler.minimum-allocation-mb
Also, if you're setting your queue, take a look at this link
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_yarn-resource-management/content/setting...
Thanks!