You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/25 19:09:59 UTC

[GitHub] [spark] koertkuipers commented on issue #23929: [SPARK-27022][DSTREAMS] Add kafka delegation token support.

koertkuipers commented on issue #23929: [SPARK-27022][DSTREAMS] Add kafka delegation token support.
URL: https://github.com/apache/spark/pull/23929#issuecomment-486801237
 
 
   this is exciting to me.
   
   i tested it on a kafka 2.2.0 cluster that uses gssapi/kerberos for authentication, by enabling token support in kafka. to be specific in server.properties i changed:
   ```
   - sasl.enabled.mechanisms=GSSAPI
   + sasl.enabled.mechanisms=GSSAPI,SCRAM-SHA-256,SCRAM-SHA-512
   + delegation.token.master.key=somesecret
   ```
   
   note that i kept `sasl.mechanism.inter.broker.protocol=GSSAPI`
   
   i could see my spark structured streaming job obtain kafka token successfully. after that i ran into some issues in driver that seemed kafka specific. i added comments here:
   
   https://issues.apache.org/jira/browse/KAFKA-7631

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org