-
Notifications
You must be signed in to change notification settings - Fork 313
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
Need to update Spark 1.6.0 #13
Comments
It is being installed from the vagrantfile. If I remember correctly it pulls down an image which means you'd have to upgrade yourself. Spark can be run standalone fairly easily depending on what you're trying to accomplish.
|
I share the same doubt. How can we upgrade the spark version? I would like to use all the features (jupyter notebooks, for example). Because I have dowloaded a pre built version, and it works fine, but the jupyter still use the old spark release, how can we force Jupyter to use the new spark version? |
Unfortunately this is for the MOOC course in the summer of 2015, and is no longer being updated. |
It can be upgrade simply by replacing the files. First, download the latest version of spark with command: |
@swliuproxy : thanks very much for your information, it work like charm! |
@swliuproxy 👍 Thanks for that. |
@q15928 If you upgraded jupyter to version 4.0, then you can't use spark directly as jupyter 4.0 doesn't support "profile" feature. A work around will be install findspark package
Better to use the original old version jupyter for the purpose of this course. |
Hi
The Spark version is 1.3.1 in this VM:
/usr/local/bin/spark-1.3.1-bin-hadoop2.6/
I need to do an update to 1.6.0. How is Spark being installed inside the VM and is there instruction to update? Or do you plan to push an update soon?
The text was updated successfully, but these errors were encountered: