vanzin commented on issue #22911: [SPARK-25815][k8s] Support kerberos in client mode, keytab-based token renewal. URL: https://github.com/apache/spark/pull/22911#issuecomment-447509243 The code you're mentioning really should not have any effect on what's happening when reading from HDFS. The config used to connect to HDFS comes from the driver; when you run a job, the driver will serialize its Hadoop config and broadcast it to executors. And that config should have all the needed auth configuration correctly set. Maybe you have another set of conflicting Hadoop configs somewhere (my executors have zero Hadoop configuration anywhere). Or perhaps you should be sharing the code you have, to explain exactly what you're doing.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
