YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference
Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit 9385ec45d75109a2e6565faa10527cc56637bf5f)
This commit is contained in:
parent
ba035dda76
commit
bebbdd290e
@ -266,7 +266,7 @@ protected String getContainerExecutorExecutablePath(Configuration conf) {
|
|||||||
* Add a niceness level to the process that will be executed. Adds
|
* Add a niceness level to the process that will be executed. Adds
|
||||||
* {@code -n <nice>} to the given command. The niceness level will be
|
* {@code -n <nice>} to the given command. The niceness level will be
|
||||||
* taken from the
|
* 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.
|
* @param command the command to which to add the niceness setting.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user