Skip to content

Commit

Permalink
[SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to exam…
Browse files Browse the repository at this point in the history
…ples project

## What changes were proposed in this pull request?

Add Structured Streaming Kafka Source to the `examples` project so that people can run `bin/run-example StructuredKafkaWordCount ...`.

## How was this patch tested?

manually tested it.

Author: Shixiong Zhu <[email protected]>

Closes #18101 from zsxwing/add-missing-example-dep.
  • Loading branch information
zsxwing committed May 25, 2017
1 parent e9f983d commit 98c3852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql-kafka-0-10_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand Down

0 comments on commit 98c3852

Please sign in to comment.