Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 18, 2022 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/2fc3e6971a9479af1fefd89e733aff1d to your computer and use it in GitHub Desktop.
Save garystafford/2fc3e6971a9479af1fefd89e733aff1d to your computer and use it in GitHub Desktop.
# copy jobs to spark container
docker cp apache_spark_examples/ ${SPARK_CONTAINER}:/home/
# establish an interactive session with the spark container
docker exec -it ${SPARK_CONTAINER} bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment