Skip to content

Commit 678e787

Browse files
committed
renamed the sbt config file
1 parent a824552 commit 678e787

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build.sbt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name := "simpl_spark_cassandra"
2+
version := "1.0"
3+
scalaVersion := "2.10.5"
4+
5+
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.6.0"
6+
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.6.0"
7+
libraryDependencies += "org.apache.spark" %% "spark-hive" % "1.6.0"
8+
libraryDependencies += "org.apache.cassandra" % "cassandra-all" % "3.5"
9+
libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector_2.10" % "1.5.0-M2"
10+
libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" % "1.6.0"
11+
libraryDependencies += "com.stratio.receiver" % "spark-rabbitmq_1.6" % "0.3.0"
12+
// libraryDependencies += "io.spray" %% "spray-json" % "1.3.2"
13+
resolvers += "Akka Repository" at "http://repo.akka.io/releases/"

0 commit comments

Comments
 (0)