Search code examples
amazon-s3pysparkjupyter-notebookamazon-emr

Not able to Download file from s3 bucket inside emr notebook running with pyspark kernel


I have made a cluster of emr having spark and some other tools but when launching emr notebook and trying to access the s3 bucket file, I am not able to download the file from s3 getting permission denied error. All the default role has access for s3.

enter image description here


Solution

  • Permission denied is on emr write side, not s3 read. Try to download it to /tmp/ location