Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
Description
I am deploying the default yarn distributed shell example:
yarn jar hadoop-yarn-applications-distributedshell.jar -shell_env YARN_CONTAINER_RUNTIME_TYPE=docker -shell_env YARN_CONTAINER_RUNTIME_DOCKER_IMAGE=centos -shell_command "sleep 90" -jar hadoop-yarn-applications-distributedshell.jar -num_containers 1
Having a single trusted registry configured like this works:
docker.trusted.registries=centos
But havingĀ a list of trusted registries configured fails ("Shell error output: image: centos is not trusted."):
docker.trusted.registries=centos,ubuntu