Weiwei Yang created YARN-7624:
---------------------------------
Summary: RM gives YARNFeatureNotEnabledException even when
resource profile feature is not enabled
Key: YARN-7624
URL: https://issues.apache.org/jira/browse/YARN-7624
Project: Hadoop YARN
Issue Type: Sub-task
Components: resourcemanager
Reporter: Weiwei Yang
A single node setup, I haven't enabled resource profile feature. Property
{{yarn.resourcemanager.resource-profiles.enabled}} was not set. Start yarn,
launch a job, I got following error message in RM log
{noformat}
org.apache.hadoop.yarn.exceptions.YARNFeatureNotEnabledException: Resource
profile is not enabled, please enable resource profile feature before using its
functions. (by setting yarn.resourcemanager.resource-profiles.enabled to true)
at
org.apache.hadoop.yarn.server.resourcemanager.resource.ResourceProfilesManagerImpl.checkAndThrowExceptionWhenFeatureDisabled(ResourceProfilesManagerImpl.java:191)
at
org.apache.hadoop.yarn.server.resourcemanager.resource.ResourceProfilesManagerImpl.getResourceProfiles(ResourceProfilesManagerImpl.java:214)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.getResourceProfiles(ClientRMService.java:1822)
at
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.getResourceProfiles(ApplicationClientProtocolPBServiceImpl.java:657)
at
org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:617)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:523)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:991)
at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:869)
at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:815)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1962)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2675)
{noformat}
this is confusing because I did not enable this feature, why I still get this
error?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]