KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
spark-vagrant
★ 11
Open GitHub ↗
Vagrant support for Apache Spark
Download README (.md)
Explore Similar Repositories
fluid
:
An opinionated MVC web framework for Node.js. Unmaintained.
jquery-select7
:
Select2-like wheel reinvent. Project status is incubating.
ordering
:
Guava inspired ordering utility for javascript sorting
expotrip
:
快展 - 展会商旅移动App 快展 - 已获得 携程无线创业大赛 金奖
phonebook
:
Phonebook app built with gae-init
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
spark-vagrant
?
Download (.md)
Vagrant support for Apache Spark =========== ## Installation 1. Install [vagrant](//www.vagrantup.com). *Tested with version 1.4.3* 2. Install [virtualbox](//www.virtualbox.org). *Tested with version 4.2.16 but should work with any 4.+* 3. Checkout this repo `git clone git@github.com:ngbinh/vagrant_jdk.git` 4. Change to the directory `cd vagrant_jdk` 5. Bring up the nodes `vagrant up` 6. Wait a while, then make sure the nodes are up: `vagrant status`. You should see three nodes named `spark-master`, `spark-worker-1` and `spark-worker-2` running. 7. Access the nodes with user `spark-user` and password `spark`. Note that it will take a while to download Ubuntu Precise image at the first run. Subsequent runs should not have to re-download. ### Customization 1. You can change the number of nodes, their basic parameters by modifying `Vagrantfile`. 2. You can change the JDK version by modifying `scripts/setup.sh`