Upgrade to 1.6
Author: Michael Armbrust <michael@databricks.com> Closes #48 from marmbrus/upgrade.
This commit is contained in:
parent
cec648ac0f
commit
5c93fff323
@ -12,7 +12,7 @@ sparkPackageName := "databricks/spark-sql-perf"
|
||||
// All Spark Packages need a license
|
||||
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))
|
||||
|
||||
sparkVersion := "v1.6.0-preview"
|
||||
sparkVersion := "1.6.0"
|
||||
|
||||
resolvers += "Apache Preview Repo" at "https://repository.apache.org/content/repositories/orgapachespark-1156/"
|
||||
|
||||
@ -25,6 +25,8 @@ initialCommands in console :=
|
||||
|import TestHive.sql
|
||||
""".stripMargin
|
||||
|
||||
libraryDependencies += "org.apache.spark" %% "spark-sql" % sparkVersion.value
|
||||
|
||||
libraryDependencies += "com.twitter" %% "util-jvm" % "6.23.0" % "provided"
|
||||
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.1" % "test"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user