Skip to content

Commit ea386b5

Browse files
committed
Adding missing Spark Streaming bindings for 2.0
1 parent 0a98805 commit ea386b5

File tree

5 files changed

+618
-0
lines changed

5 files changed

+618
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,16 @@ project(":elasticsearch-spark-20") {
702702
description = "Elasticsearch Spark (for Spark 2.0)"
703703

704704
baseSparkProject(project, spark20Version)
705+
706+
dependencies {
707+
optional("org.apache.spark:spark-streaming_$scalaMajorVersion:$spark20Version") {
708+
exclude group: 'org.apache.hadoop'
709+
}
710+
711+
itestCompile("org.apache.spark:spark-streaming_$scalaMajorVersion:$spark20Version") {
712+
exclude group: 'org.apache.hadoop'
713+
}
714+
}
705715
}
706716

707717
project(":elasticsearch-storm") {

0 commit comments

Comments
 (0)