We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7597557 commit 28e50a7Copy full SHA for 28e50a7
README.md
@@ -3,7 +3,15 @@ Spark To Kafka Writer
3
4
APIs that help in writing data from Spark and Spark Streaming to Kafka. To use this in a Spark
5
application, use Cloudera mvn repos: ``https://repository.cloudera.com/artifactory/cloudera-repos``
6
-and ``https://repository.cloudera.com/artifactory/libs-snapshot-local`` for SNAPSHOTs.
+and ``https://repository.cloudera.com/artifactory/libs-snapshot-local`` for SNAPSHOTs.
7
+
8
+Latest release artifact info, on maven:
9
+```
10
+ repository: https://repository.cloudera.com/artifactory/cloudera-repos
11
+ groupId: org.cloudera.spark.streaming.kafka
12
+ artifactId: spark-kafka-writer
13
+ version: 0.1.0
14
15
16
To write to Kafka from a Spark app in Scala:
17
0 commit comments