You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Shane Kumpf (JIRA)" <ji...@apache.org> on 2018/01/24 14:30:00 UTC

[jira] [Created] (YARN-7810) TestDockerContainerRuntime test failures due to UID lookup of a non-existent user

Shane Kumpf created YARN-7810:
---------------------------------

             Summary: TestDockerContainerRuntime test failures due to UID lookup of a non-existent user
                 Key: YARN-7810
                 URL: https://issues.apache.org/jira/browse/YARN-7810
             Project: Hadoop YARN
          Issue Type: Bug
         Environment: YARN-7782 enabled the Docker runtime feature to remap the username to uid:gid form for launching Docker containers. The feature does an {{id -u}} and {{id -G}} to get the UID and GIDs. This fails with the test user, as that user doesn't actually exist on the host.
{code:java}
[ERROR] testContainerLaunchWithCustomNetworks(org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.TestDockerContainerRuntime)  Time elapsed: 0.411 s  <<< ERROR!
org.apache.hadoop.yarn.server.nodemanager.containermanager.runtime.ContainerExecutionException: 
ExitCodeException exitCode=1: id: 'run_as_user': no such user

	at org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.getUserIdInfo(DockerLinuxContainerRuntime.java:711)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(DockerLinuxContainerRuntime.java:757)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.TestDockerContainerRuntime.testContainerLaunchWithCustomNetworks(TestDockerContainerRuntime.java:599){code}
            Reporter: Shane Kumpf






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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