vanzin commented on a change in pull request #25477: [SPARK-28760][SS][TESTS] 
Add Kafka delegation token end-to-end test with mini KDC
URL: https://github.com/apache/spark/pull/25477#discussion_r318827597
 
 

 ##########
 File path: external/kafka-0-10-sql/pom.xml
 ##########
 @@ -92,6 +92,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-minikdc</artifactId>
 
 Review comment:
   Hmm. Can you double check (with "mvn dependency:tree") that you don't need 
to repeat the test scope here?
   
   (Since this module doesn't end up in the Spark distro I don't think it's 
checked for dependency changes.)

----------------------------------------------------------------
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