Raymond Raymond

PySpark - Fix PermissionError: [WinError 5] Access is denied

event 2019-03-27 visibility 11,436 comment 0 insights
more_vert
insights Stats

When running pyspark or spark-submit command in Windows to execute python scripts, you may encounter the following error:

PermissionError: [WinError 5] Access is denied

As it’s self-explained, permissions are not setup correctly.

To resolve this issue you can try different approaches:

  • Run the program as an Administrator
  • Or configure the security for your PySpark executable properly.

pyspark command exists in your ‘bin’ subfolder under Spark home folder. Make sure the permissions are configured correctly for the user that you are using to execute the script.

image

In my system, the error occurred because my current user has no permission to the Spark folder and its subfolders.

More from Kontext
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts