Commit bb454cf8 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #830 from parente/image-manifests

[ci skip] Fix spark version check
parents a3301371 657f8a09
...@@ -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} bash -c '$SPARK_HOME/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} bash -c '$SPARK_HOME/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