我可以在带有 Kerberos 的 Yarn 上 运行 DCE(Docker 容器执行器)吗?

Can I run DCE (Docker Container Executor) on Yarn with Kerberos?

hadoop 文档指出 DCE 不支持具有安全模式 (Kerberos) 的集群:https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/DockerContainerExecutor.html

有人在做这件事吗?有没有办法绕过这个限制?

好的。当前没有关于 DCE (YARN-2466). Efforts have shifted towards supporting Docker containers in the LinuxContainerExecutor (YARN-3611). This will support Kerberos. There is currently no documentation yet (YARN-5258) 的工作,其中许多功能预计将成为 2.8 Apache 版本的一部分。

来源和更多信息: https://community.hortonworks.com/questions/39064/can-i-run-dce-docker-container-executor-on-yarn-wi.html