[ci skip] Fix spark version check

Not in PATH
This commit is contained in:
Peter Parente
2019-03-17 10:05:48 -04:00
parent 76853d93ed
commit 4abdeee523
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark
\`\`\`
$(docker run --rm ${IMAGE_NAME} spark-submit --version 2>&1)
$(docker run --rm ${IMAGE_NAME} /usr/local/spark/bin/spark-submit --version)
\`\`\`
## Python Packages