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
Make pyspark shell pythonstartup work under python3
This replaces the execfile used for running custom python shell scripts
with explicit open, compile and exec. The reason is to make the
pythonstartup option compatible with python3.
0 commit comments