Skip to content

Commit 76ca457

Browse files
rsotn-maprMikhail Gorbov
authored andcommitted
[MAPR-26289][SPARK-2.1] Streaming general improvements (apache#93)
* Added include-kafka-09 profile to Assembly * Set default poll timeout to 120s (cherry picked from commit 611e920)
1 parent 79d7117 commit 76ca457

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assembly/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@
168168
</dependency>
169169
</dependencies>
170170
</profile>
171+
<profile>
172+
<id>include-kafka-09</id>
173+
<dependencies>
174+
<dependency>
175+
<groupId>org.apache.spark</groupId>
176+
<artifactId>spark-streaming-kafka-0-9_${scala.binary.version}</artifactId>
177+
<version>${project.version}</version>
178+
</dependency>
179+
</dependencies>
180+
</profile>
171181
<profile>
172182
<id>spark-ganglia-lgpl</id>
173183
<dependencies>

0 commit comments

Comments
 (0)