damccorm opened a new issue, #20719: URL: https://github.com/apache/beam/issues/20719
The HDFS client used by Beam supports Kerberos. Initial idea: add a flag \--hdfs_client that defaults to "INSECURE" and also accepts "KERBEROS". This flag will control initialization of self._hdfs_client. HDFS client docs: https://hdfscli.readthedocs.io/en/latest/api.html#module-hdfs.ext.kerberos The HDFS client seems to use this Kerberos library: https://pypi.org/project/requests-kerberos/ Imported from Jira [BEAM-11750](https://issues.apache.org/jira/browse/BEAM-11750). Original Jira may contain additional context. Reported by: udim. -- 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]
