You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by GitBox <gi...@apache.org> on 2020/03/07 03:40:11 UTC

[GitHub] [submarine] ChanaLii commented on issue #198: restart hadoop services occurred an error when I finished the GPU setting for RM、NM and container-executor.cfg

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org