Commit 657f8a09 authored by Peter Parente's avatar Peter Parente

[ci skip] Prefer SPARK_HOME

parent 4abdeee5
...@@ -11,7 +11,7 @@ ${COMMIT_MSG} ...@@ -11,7 +11,7 @@ ${COMMIT_MSG}
## Apache Spark ## Apache Spark
\`\`\` \`\`\`
$(docker run --rm ${IMAGE_NAME} /usr/local/spark/bin/spark-submit --version) $(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} /usr/local/spark/bin/spark-submit --version) $(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