Skip to content

Commit

Permalink
[MAPR-26289][SPARK-2.1] Streaming general improvements (apache#93)
Browse files Browse the repository at this point in the history
* Added include-kafka-09 profile to Assembly
* Set default poll timeout to 120s
  • Loading branch information
rsotn-mapr authored and ekrivokonmapr committed Sep 19, 2019
1 parent 644f6fe commit df21eaf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>include-kafka-09</id>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming-kafka-0-9_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
<profile>
<id>spark-ganglia-lgpl</id>
<dependencies>
Expand Down

0 comments on commit df21eaf

Please sign in to comment.