Commit 4abdeee5 authored by Peter Parente's avatar Peter Parente

[ci skip] Fix spark version check

Not in PATH
parent 76853d93
...@@ -11,7 +11,7 @@ ${COMMIT_MSG} ...@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark ## 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 ## Python Packages
......
...@@ -11,7 +11,7 @@ ${COMMIT_MSG} ...@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark ## 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 ## Python Packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment