GitHub user timvw opened a pull request:

    https://github.com/apache/spark/pull/18353

    Corrected kafka dependencies

    
    ## What changes were proposed in this pull request?
    
    Currently spark-streaming-kafka-0-10 has a dependency on the full kafka 
distribution (but only uses and requires the kafka-clients library).
    
    The PR fixes that (the library only depends on kafka-clients), and the 
tests depend on the full kafka.
    
    ## How was this patch tested?
    
    All existing tests still pass.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/timvw/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/18353.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18353
    
----
commit 08403b009b9fc1c06ef3d18d3e50ac3f7878672c
Author: Tim Van Wassenhove <git...@timvw.be>
Date:   2017-06-19T14:10:46Z

    Moved KakaTestUtils to test folder. Corrected dependencies so that 
streaming library only has dependency on kafka-clients instead of full kafka

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to