WebAppProxy在应用程序输出的web应用和一个终端用户之间提供一个代理。如果安全机制被启用,在用户访问一个潜在不安全的web应用时它会发出警告。认证和使用代理的认证和其他加密的web应用一样被处理。
ParameterValueNotesyarn.web-proxy.address WebAppProxy host:port for proxy to AM web apps. host:port if this is the same as yarn.resourcemanager.webapp.address or it is not defined then the ResourceManager will run the proxy otherwise a standalone proxy server will need to be launched.
yarn.web-proxy.keytab /etc/security/keytab/web-app.service.keytab Kerberos keytab file for the WebAppProxy.
yarn.web-proxy.principal wap/_HOST@REALM.TLD Kerberos principal name for the WebAppProxy.
LinuxContainerExecutor
一个被YARN框架使用的ContainerExecutor(容器执行者)定义了任何container如何被启动和控制。