summaryrefslogtreecommitdiffstats
path: root/clover/spark/build.sbt
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-11-01 06:51:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-01 06:51:44 +0000
commitd4a2ca01c0ab9532e2ba8abc8ad086784af32d75 (patch)
tree6d1b4502c6dd0aad9ed6690e858ff2b4a8150997 /clover/spark/build.sbt
parentd7cd508fc71bdacfb0743568e6a9a584b2d8bf52 (diff)
parent4f95f77d4f1e1a4455360690c02e06eeb60fc9da (diff)
Merge "Initial commit for Spark to analyze visibility data" into stable/gambia
Diffstat (limited to 'clover/spark/build.sbt')
-rw-r--r--clover/spark/build.sbt19
1 files changed, 19 insertions, 0 deletions
diff --git a/clover/spark/build.sbt b/clover/spark/build.sbt
new file mode 100644
index 0000000..ede00bb
--- /dev/null
+++ b/clover/spark/build.sbt
@@ -0,0 +1,19 @@
+// Copyright (c) Authors of Clover
+//
+// All rights reserved. This program and the accompanying materials
+// are made available under the terms of the Apache License, Version 2.0
+// which accompanies this distribution, and is available at
+// http://www.apache.org/licenses/LICENSE-2.0
+
+name := "Clover Spark"
+
+version := "1.0"
+
+scalaVersion := "2.11.6"
+
+libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.3.2"
+libraryDependencies += "datastax" % "spark-cassandra-connector" % "2.3.0-s_2.11"
+
+libraryDependencies ++= Seq(
+ "net.debasishg" %% "redisclient" % "3.7"
+)