YARN-10716. Fix typo in ContainerRuntime. Contributed by xishuhai.

(cherry picked from commit 8ad77a26c9)
This commit is contained in:
Akira Ajisaka 2021-03-30 17:46:51 +09:00
parent 510a43cbe4
commit d93f2c8cb8
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.apache.hadoop.yarn.server.nodemanager.containermanager.container.Cont
* An abstraction for various container runtime implementations. Examples
* include Process Tree, Docker, Appc runtimes etc. These implementations
* are meant for low-level OS container support - dependencies on
* higher-level node mananger constructs should be avoided.
* higher-level node manager constructs should be avoided.
*/
@InterfaceAudience.Private