Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 18, 2022 03:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
# 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