forked from ShengjieLuo/DBNS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple.sbt
More file actions
12 lines (12 loc) · 713 Bytes
/
simple.sbt
File metadata and controls
12 lines (12 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
name := "Simple Project"
version := "1.0"
scalaVersion := "2.10.5"
libraryDependencies += "org.apache.spark" %% "spark-core" % "1.6.2"
libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" % "1.6.2"
libraryDependencies += "org.apache.spark" % "spark-streaming-kafka_2.10" % "1.6.2"
libraryDependencies += "org.apache.hbase" % "hbase-client" % "1.1.2"
libraryDependencies += "org.apache.hbase" % "hbase-common" % "1.1.2"
libraryDependencies += "org.apache.hbase" % "hbase-server" % "1.1.2"
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.5.2"
libraryDependencies += "org.apache.spark" %% "spark-hive" % "1.2.1"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.6.2"