-
Notifications
You must be signed in to change notification settings - Fork 367
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
env: jupyter: No such file or directory #11
Comments
I had the same issue. I managed to finish the installation until pyspark actually runs BUT not anaconda. There's nothing in the localhost... |
Encontraron alguna solucion? |
Seems the setup.sh script has certificate errors, and anaconda does not install properly. wget http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh --no-check-certificate After that, open a new terminal and then run pyspark |
No solution even after passing --no-check-certificate and going through the installation steps. Seems there are errors with software versions in the VM. Instead, you can install spark locally on your system, download the .csv.gz files used in the hands-on from github, unzip them, and read them as dataframes from csv. Then carry on with the work. Hope this helps. |
If it doesn´t work after passing --no-check-certificate, then you should delete your Cloudera VM, download it again and start over. Make sure to manually install anaconda with the command above before running ./setup.sh |
--Hey thanks this approach worked for me. Now everything works fine. Thanks a ton!! |
Working on cloudera VM for windows, course 3, week1, trying to set up spark with jupyter notebooks.
After installing scripts and supposedly anaconda with jupyter support (./setup.sh) and after sourcing bashrc, while trying to run
pyspark
I am getting error:env: jupyter: No such file or directory
I tried to install some components manually but it didn't help. Does anyone know how to go through this step?
The text was updated successfully, but these errors were encountered: