Eric Badger created YARN-9560:
---------------------------------
Summary: Restructure DockerLinuxContainerRuntime to extend a new
OCIContainerRuntime
Key: YARN-9560
URL: https://issues.apache.org/jira/browse/YARN-9560
Project: Hadoop YARN
Issue Type: Sub-task
Reporter: Eric Badger
Assignee: Eric Badger
Since the new OCI/squashFS/runc runtime will be using a lot of the same code as
DockerLinuxContainerRuntime, it would be good to move a bunch of the
DockerLinuxContainerRuntime code up a level to an abstract class that both of
the runtimes can extend.
The new structure will look like:
{noformat}
OCIContainerRuntime (abstract class)
- DockerLinuxContainerRuntime
- FSImageContainerRuntime (name negotiable)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]