This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.2.3, fix spark-package build #70
Upgraded sbt-spark-package plugin version so the spark-package JAR generated via ./build/sbt spDist works properly. Bump version from 0.2.2 --> 0.2.3 so a new spark-package JAR can be released. Verified that the spark-package JAR works by QAing on Databricks.
- Loading branch information
Showing
6 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// You may use this file to add plugin dependencies for sbt. | ||
resolvers += "Spark Packages repo" at "https://dl.bintray.com/spark-packages/maven/" | ||
|
||
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.2") | ||
addSbtPlugin("org.spark-packages" %% "sbt-spark-package" % "0.2.6") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ def read(*parts): | |
description="Integration tools for running scikit-learn on Spark", | ||
license="Apache 2.0", | ||
url="https://github.com/databricks/spark-sklearn", | ||
version="0.2.2", | ||
version="0.2.3", | ||
author="Joseph Bradley", | ||
author_email="[email protected]", | ||
maintainer="Tim Hunter", | ||
|