ChanaLii commented on issue #198: restart hadoop services occurred an error when I finished the GPU setting for RM、NM and container-executor.cfg URL: https://github.com/apache/submarine/issues/198#issuecomment-596042040 I didn't configure it in the container, but I mounted "/sys/fs/cgroup" from the host machine when I started the Docker container. ``` docker run -it -v /sys/fs/cgroup:/sys/fs/cgroup -m 10G 968d612886ee bash ``` My docker-mirror is not configured with 'sys/fs/cgroup', but my host machine is already configured, so I think mounting '/sys/fs/cgroup' from the host can solve this problem. It turned out that I was right.The best solution is configure it in the container, not mount '/sys/fs/cgroup' from the host machine.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
