Files
docker-stacks/all-spark-notebook/hooks/run_hook
2021-04-25 12:28:29 +03:00

9 lines
138 B
Bash
Executable File

#!/bin/bash
set -e
## Apache Spark
\`\`\`
$(docker run --rm ${IMAGE_NAME} bash -c '$SPARK_HOME/bin/spark-submit --version' 2>&1)
\`\`\`