Skip to content

Commit 141e405

Browse files
sarjeet2013ekrivokonmapr
authored andcommitted
Update entrypoint.sh with correct spark version (apache#340)
This PR has minor fix to correct the spark version string
1 parent 58978b5 commit 141e405

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/docker/src/main/dockerfiles/spark

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# echo commands to the terminal output
2020
set -ex
2121

22-
SPARK_HOME="/opt/mapr/spark/spark-2.3.0"
22+
SPARK_HOME="/opt/mapr/spark/spark-2.3.1"
2323

2424
# Check whether there is a passwd entry for the container UID
2525
myuid=$(id -u)

0 commit comments

Comments
 (0)