You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:03:12 UTC

[GitHub] [beam] damccorm opened a new issue, #20719: Python HDFS: add Kerberos authentication support

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] blazingbhavneek commented on issue #20719: Python HDFS: add Kerberos authentication support

Posted by "blazingbhavneek (via GitHub)" <gi...@apache.org>.
blazingbhavneek commented on issue #20719:
URL: https://github.com/apache/beam/issues/20719#issuecomment-1546159464

   Hey there! 👋 I'm new to this repository and eager to contribute! 🌟 Could you kindly suggest some entry point or files to look into?


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on issue #20719: Python HDFS: add Kerberos authentication support

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on issue #20719:
URL: https://github.com/apache/beam/issues/20719#issuecomment-1547891088

   Hey, saw you added this comment several places. I'd recommend focusing on a single issue at first (I answered the underlying question here - https://github.com/apache/beam/issues/20298#issuecomment-1547888993)


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org