ulysses-you edited a comment on issue #913: URL: https://github.com/apache/incubator-kyuubi/issues/913#issuecomment-896433563
@link3280 thank you for the share. > Is this feature scoped to YARN setups only It's not only for yarn, we can run Spark in k8s using this delegation token. > what if the application needs to access services that do not support Hadoop delegation token (e.g. Kafka) Do you mean use kafka as datasource in Spark ? Spark has already provided an approach that obtain token from kafka (see module `spark-token-provider-kafka-0-10_2.12`). I don't think we need to care about it. -- 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]
