-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sbt.473
32 lines (16 loc) · 952 Bytes
/
build.sbt.473
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name := "Spark Chunking"
version := "0.1"
scalaVersion := "2.10.5"
organization := "datastax.com"
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.2.2"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.2.2"
libraryDependencies += "org.apache.spark" %% "spark-streaming" % "1.2.2"
libraryDependencies += "org.apache.spark" %% "spark-streaming-twitter" % "1.1.0"
libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.2.2"
libraryDependencies += "com.google.code.gson" % "gson" % "2.3"
libraryDependencies += "org.twitter4j" % "twitter4j-core" % "3.0.3"
libraryDependencies += "commons-cli" % "commons-cli" % "1.2"
libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector_2.10" % "1.2.3"
libraryDependencies += "com.xeiam.xchart" % "xchart" % "2.4.3"
resolvers += "Akka Repository" at "http://repo.akka.io/releases/"
resolvers += "erichseifert.de" at "http://mvn.erichseifert.de/maven2"