-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notebook 03a, SparkContext() will not run without modifying /etc/hosts
on OSX.
#2
Comments
UPDATE: regardless of content of
|
Setting the following in my
... but I still get the same error from notebook 06 |
This was a VPN issue for me. Are you running one?
|
nope. just trying to run locally on my laptop. |
Students in your tutorial may encounter this. The following code cell generates an error without updating
/etc/hosts
The error is as following:
Adding the following to the end of
/etc/hosts
enabled me to run the cell successfully:Where
<hostname>
is the output from callinghostname
from the shell.The text was updated successfully, but these errors were encountered: