Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-25501] Kafka delegation token support #22550

Closed
wants to merge 2 commits into from

Conversation

merlintang
Copy link

What changes were proposed in this pull request?

Kafaka is going to support delegation token, Spark need to read the delegation token like Hive, HDFS and HBase server.

How was this patch tested?

manually check

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@@ -160,6 +160,10 @@ package object config {
.doc("Name of the Kerberos principal.")
.stringConf.createOptional

private[spark] val KAFKA_BOOTSTRAP_SERVERS = ConfigBuilder("bootstrap.servers")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this is a spark configuration. Can we add a prefix spark.?

@merlintang
Copy link
Author

close this one since other PR is working on this.

@merlintang merlintang closed this Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants