Skip to content

Commit 28e50a7

Browse files
Add maven info.
1 parent 7597557 commit 28e50a7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ Spark To Kafka Writer
33

44
APIs that help in writing data from Spark and Spark Streaming to Kafka. To use this in a Spark
55
application, use Cloudera mvn repos: ``https://repository.cloudera.com/artifactory/cloudera-repos``
6-
and ``https://repository.cloudera.com/artifactory/libs-snapshot-local`` for SNAPSHOTs.
6+
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+
```
715

816
To write to Kafka from a Spark app in Scala:
917

0 commit comments

Comments
 (0)