YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Adam Antal 2019-02-15 09:17:32 +01:00 committed by Akira Ajisaka
parent 8a426dc848
commit 9385ec45d7
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public class LinuxContainerExecutor extends ContainerExecutor {
* Add a niceness level to the process that will be executed. Adds
* {@code -n <nice>} to the given command. The niceness level will be
* taken from the
* {@code yarn.nodemanager.container-executer.os.sched.prioity} property.
* {@link YarnConfiguration#NM_CONTAINER_EXECUTOR_SCHED_PRIORITY} property.
*
* @param command the command to which to add the niceness setting.
*/