Use published preview release of 1.6

Author: Michael Armbrust <michael@databricks.com>

Closes #32 from marmbrus/spark16.
This commit is contained in:
Michael Armbrust 2015-11-16 22:46:36 -08:00
parent 172ae79f8d
commit e516e1e7b3

View File

@ -8,7 +8,9 @@ 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 := "1.6.0-SNAPSHOT"
sparkVersion := "v1.6.0-preview"
resolvers += "Apache Preview Repo" at "https://repository.apache.org/content/repositories/orgapachespark-1156/"
sparkComponents ++= Seq("sql", "hive")