This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ./pyspark/ | |
export SPARK_BUCKET="<your-bucket-111222333444-us-east-1>" | |
aws s3 cp emr_jars/ "s3://${SPARK_BUCKET}/jars/" --recursive | |
aws s3 cp pyspark_scripts/ "s3://${SPARK_BUCKET}/spark/" --recursive | |
aws s3 cp emr_bootstrap/ "s3://${SPARK_BUCKET}/spark/" --recursive | |
aws s3 cp data/ "s3://${SPARK_BUCKET}/spark/" --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment