Commit Graph

7 Commits

Author SHA1 Message Date
Frank Luan
28d88190f6
Update Spark repository for sbt (#206)
https://dl.bintray.com/spark-packages/maven is a dead link now. According to https://github.com/databricks/sbt-spark-package/issues/50, this is the new link: https://repos.spark-packages.org
2021-12-13 19:20:13 +09:00
Luca Canali
e1e1365a87 Updates for Spark 3.0 and Scala 2.12 compatibility (#176)
* Refactor deprecated `getOrCreate()` in spark 3
* Compile with scala 2.12
* Updated usage related to obsolete/deprecated features
* remove use of scala-logging replaced by using slf4j directly
2019-01-29 09:58:52 +01:00
Michael Armbrust
7825449eef Include publishing to BinTray in release process
After this you should be able to use the library in the shell as follows:

```
bin/spark-shell --packages com.databricks:spark-sql-perf:0.2.3
```

Author: Michael Armbrust <michael@databricks.com>

Closes #46 from marmbrus/publishToMaven.
2015-12-23 00:09:35 -08:00
Michael Armbrust
12b7537181 Update databricks plugin
Author: Michael Armbrust <michael@databricks.com>

Closes #43 from marmbrus/updatePlugin.
2015-12-08 15:29:47 -08:00
Michael Armbrust
479e4081c2 Add a release process for pushing to DBC 2015-09-09 22:32:31 -07:00
Michael Armbrust
3f33db31c0 Update SBT 2015-08-20 16:46:45 -07:00
Yin Huai
930751810e Initial port. 2015-04-15 20:03:14 -07:00