Skip to content

Commit

Permalink
Version bump to 2.3.0_0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed Apr 9, 2018
1 parent 196ef2c commit 606e81e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name := "spark-daria"
version := "0.19.0"

scalaVersion := "2.11.12"
val sparkVersion = "2.2.1"
val sparkVersion = "2.3.0"
val sparkDariaVersion = s"v${sparkVersion}_0.8.0"

libraryDependencies += "org.apache.spark" %% "spark-sql" % sparkVersion % "provided"
Expand Down
4 changes: 2 additions & 2 deletions scripts/multiple_spark_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if [ "$SPARK_DARIA_GITHUB_RELEASE" = "" ]
fi

#for sparkVersion in 2.2.0 2.2.1 2.3.0; do
for sparkVersion in 2.2.1; do
for sparkVersion in 2.3.0; do
echo $sparkVersion
sed -i '' "s/^val sparkVersion.*/val sparkVersion = \"$sparkVersion\"/" build.sbt
$SPARK_DARIA_GITHUB_RELEASE assembly
$SPARK_DARIA_GITHUB_RELEASE package
done

0 comments on commit 606e81e

Please sign in to comment.