gaborgsomogyi commented on a change in pull request #23499: [SPARK-26254][CORE] 
Extract Hive + Kafka dependencies from Core.
URL: https://github.com/apache/spark/pull/23499#discussion_r247713836
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -101,6 +101,7 @@
     <module>examples</module>
     <module>repl</module>
     <module>launcher</module>
+    <module>external/kafka-0-10-token-provider</module>
 
 Review comment:
   Yeah, the new module is specific to kafka. The dependencies from 
[core](https://github.com/apache/spark/pull/23499/files#diff-357e4854869b2e21c38b1b437f11095aL417)
 moved into a separate 
[project](https://github.com/apache/spark/pull/23499/files#diff-b490be28af19c4e6d938d173d4dbec75R50).
   
   
[kafka-0-10-sql](https://github.com/apache/spark/pull/23499/files#diff-24cb503f180857e2b7d99c130e61770dR38)
 is depending on that at the moment. Later kafka-0-10 will also depend on the 
same thing when the same feature adapted to DStreams.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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