Skip to content

Commit 0a630cd

Browse files
Merge pull request #3 from riptano/DSP-6347
DSP-6347: Update Jobserver to 5.2 Tag, Spark to 1.4.1.1
2 parents b731636 + d7e21de commit 0a630cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

job-server/config/dse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ elif [ -z "$ENV" ]; then
3131
exit 1
3232
fi
3333

34-
SPARK_VERSION=1.3.1.0 #Last digit is DSE Specific
34+
SPARK_VERSION=1.4.1.1 #Last digit is DSE Specific
3535

3636
DEPLOY_HOSTS="localhost"
3737

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.5.1.155"
1+
version in ThisBuild := "0.5.2.500"

0 commit comments

Comments
 (0)