Skip to content

Commit

Permalink
bumped-up spark version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholmes committed Oct 31, 2015
1 parent e8516dc commit 5f0083e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
vagrant-hadoop-2.7.1-spark-1.4.1-hive-1.2.1
===========================================
Vagrant for Hadoop, Spark and Hive
==================================

# Introduction

Vagrant project to spin up a single virtual machine running:

* Hadoop 2.7.1
* Hive 1.2.1
* Spark 1.4.1
* Spark 1.5.1

The virtual machine will be running the following services:

Expand All @@ -21,8 +21,8 @@ The virtual machine will be running the following services:
1. [Download and install VirtualBox](https://www.virtualbox.org/wiki/Downloads)
2. [Download and install Vagrant](http://www.vagrantup.com/downloads.html).
3. Run ```vagrant box add centos65 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box```
4. Go to [releases](https://github.com/alexholmes/vagrant-hadoop-2.7.1-spark-1.4.1-hive-1.2.1/releases) and download and extract the latest source of this project.
5. In your terminal change your directory into the project directory (i.e. `cd vagrant-hadoop-2.7.1-spark-1.4.1-hive-1.2.1-<version>`).
4. Go to [releases](https://github.com/alexholmes/vagrant-hadoop-spark-hive/releases) and download and extract the latest source of this project.
5. In your terminal change your directory into the project directory (i.e. `cd vagrant-hadoop-spark-hive-<version>`).
6. Run ```vagrant up``` to create the VM.
7. Execute ```vagrant ssh``` to login to the VM.

Expand Down
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HIVE_RES_DIR=/vagrant/resources/hive
HIVE_CONF=/usr/local/hive/conf

# spark
SPARK_VERSION=spark-1.4.1
SPARK_VERSION=spark-1.5.1
SPARK_ARCHIVE=$SPARK_VERSION-bin-hadoop2.tgz
SPARK_MIRROR_DOWNLOAD=http://archive.apache.org/dist/spark/$SPARK_VERSION/$SPARK_VERSION-bin-hadoop2.6.tgz
SPARK_RES_DIR=/vagrant/resources/spark
Expand Down

0 comments on commit 5f0083e

Please sign in to comment.