AngersZhuuuu commented on a change in pull request #26594: 
[SPARK-29957][TEST][test-java11] Reset MiniKDC's default enctypes to fit 
jdk8/jdk11
URL: https://github.com/apache/spark/pull/26594#discussion_r354657772
 
 

 ##########
 File path: 
external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/KafkaTestUtils.scala
 ##########
 @@ -136,9 +137,48 @@ class KafkaTestUtils(
     kdcConf.setProperty(MiniKdc.DEBUG, "true")
     kdc = new MiniKdc(kdcConf, kdcDir)
 
 Review comment:
   > Hi, @AngersZhuuuu . Maybe, I missed the discussion history.
   > I'm wondering if we can put the config to `kdcConf` before creating 
`MiniKdc`?
   
   Now we use hadoop's MiniKDC, `krb5.conf` generated in MiniKDC.
   If we want to put krb5conf before creating `MiniKDC`, we should build our 
own `MiniKDC`
   https://github.com/apache/spark/pull/26594#discussion_r350561381

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to