You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Issue for this is the Environment Variable is not Set correctly.
PYSPARK_PYTHON should point to the python.exe
This Python.exe has to be the one in the environment
For Example: If you are using Anaconda then you will have to point it to the python .exe in that environment.
FileNotFoundError: [WinError 2] The system cannot find the file specified
This error Appears at the line sc=SparkContext
The text was updated successfully, but these errors were encountered: