Skip to content
Snippets Groups Projects
Commit 71a8e9df authored by cody koeninger's avatar cody koeninger Committed by Sean Owen
Browse files

[SPARK-20036][DOC] Note incompatible dependencies on org.apache.kafka artifacts

## What changes were proposed in this pull request?

Note that you shouldn't manually add dependencies on org.apache.kafka artifacts

## How was this patch tested?

Doc only change, did jekyll build and looked at the page.

Author: cody koeninger <cody@koeninger.org>

Closes #17675 from koeninger/SPARK-20036.
parent 35378766
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ For Scala/Java applications using SBT/Maven project definitions, link your strea
artifactId = spark-streaming-kafka-0-10_{{site.SCALA_BINARY_VERSION}}
version = {{site.SPARK_VERSION_SHORT}}
**Do not** manually add dependencies on `org.apache.kafka` artifacts (e.g. `kafka-clients`). The `spark-streaming-kafka-0-10` artifact has the appropriate transitive dependencies already, and different versions may be incompatible in hard to diagnose ways.
### Creating a Direct Stream
Note that the namespace for the import includes the version, org.apache.spark.streaming.kafka010
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment