[ 
https://issues.apache.org/jira/browse/YARN-9562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905667#comment-16905667
 ] 

Eric Yang commented on YARN-9562:
---------------------------------

[~ebadger] {quote}I'm not quite sure how it's possible that your config was set 
to /runc-root, yet you got the /user/yarn/null path in your manifestPath. Are 
you sure that the config was loaded correctly?{quote}

{code}
+  public static String NM_RUNC_IMAGE_TOPLEVEL_DIR =
+      RUNC_CONTAINER_RUNTIME_PREFIX + "image-toplevel-dir";
{code}

Is this supposed to be:

{code}
+  public static String NM_RUNC_IMAGE_TOPLEVEL_DIR =
+      IMAGE_TAG_TO_MANIFEST_PLUGIN_PREFIX + "image-toplevel-dir";
{code}

Without making this change in patch, the expected config is:

{code}
<property>
      <name>yarn.nodemanager.runtime.linux.runc.image-toplevel-dir</name>
      <value>/runc-root</value>
    </property>
{code}

> Add Java changes for the new RuncContainerRuntime
> -------------------------------------------------
>
>                 Key: YARN-9562
>                 URL: https://issues.apache.org/jira/browse/YARN-9562
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Eric Badger
>            Assignee: Eric Badger
>            Priority: Major
>         Attachments: YARN-9562.001.patch, YARN-9562.002.patch
>
>
> This JIRA will be used to add the Java changes for the new 
> RuncContainerRuntime. This will work off of YARN-9560 to use much of the 
> existing DockerLinuxContainerRuntime code once it is moved up into an 
> abstract class that can be extended. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to