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

This commit is contained in:
Akira Ajisaka 2021-03-30 17:46:51 +09:00
parent 413a4c3c05
commit 8ad77a26c9
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -30,7 +30,7 @@
* An abstraction for various container runtime implementations. Examples * An abstraction for various container runtime implementations. Examples
* include Process Tree, Docker, Appc runtimes etc. These implementations * include Process Tree, Docker, Appc runtimes etc. These implementations
* are meant for low-level OS container support - dependencies on * 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 @InterfaceAudience.Private