TheWindIsRising opened a new issue, #15239: URL: https://github.com/apache/dolphinscheduler/issues/15239
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 使用k8s部署了一套dolphinscheduler3.1.2,提交spark任务到外部带有kerberos权限认证的的yarn时出现错误 [INFO] 2023-11-29 10:35:28.074 +0800 - -> Exception in thread "main" java.lang.IllegalArgumentException: Can't get Kerberos realm values.yaml配置如下  使用了S3作为资源中心存储,当我提交任务到其他宿主机的hadoop集群时出现错误   ### What you expected to happen 由于是k8s部署,并且是通信外部的hadoop集群,是否是该版本k8s对于外部通过kerberos授权的hadoop集群支持不够完善,是否和我的存储为S3也有关系呢?当我使用宿主机搭建集群时,我只需要在工作流定义中指定 spark需要的--keytab --principal 参数即可, ### How to reproduce 使用k8s部署dolphinscheduler3.1.2,资源中心存储为S3, 在workerPod中配置spark与hadoop基础环境并上传外部的hadoop配置到容器内并提交一个spark任务,外部的hadoop集群配置了kerberos。 ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
