pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/07fcb292 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/07fcb292 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/07fcb292 Branch: refs/heads/griffin-0.2.0-incubating-rc4 Commit: 07fcb292fd6ef427791959bba97d2a64a9796655 Parents: 721fcfe Author: Lionel Liu <[email protected]> Authored: Mon Apr 16 13:20:32 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Mon Apr 16 13:20:32 2018 +0800 ---------------------------------------------------------------------- measure/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/07fcb292/measure/pom.xml ---------------------------------------------------------------------- diff --git a/measure/pom.xml b/measure/pom.xml index 8cecb71..42fc967 100644 --- a/measure/pom.xml +++ b/measure/pom.xml @@ -39,7 +39,7 @@ under the License. <maven.compiler.target>1.8</maven.compiler.target> <scala.version>2.10.6</scala.version> - <spark.version>1.6.0</spark.version> + <spark.version>2.2.1</spark.version> <scala.binary.version>2.10</scala.binary.version> <avro.version>1.7.7</avro.version> @@ -83,7 +83,7 @@ under the License. </dependency> <dependency> <groupId>org.apache.spark</groupId> - <artifactId>spark-streaming-kafka_${scala.binary.version}</artifactId> + <artifactId>spark-streaming-kafka-0-8_${scala.binary.version}</artifactId> <version>${spark.version}</version> </dependency>
