From bce1d71bd1ef15b5e04809a845e4b06a9877dc14 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Mon, 4 Dec 2017 23:32:08 -0500 Subject: [PATCH] auto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 927cb58..1c0cb04 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ As before, we have provided a VagrantFile in the `p5` directory. We have include 2. Uncompress with `tar zxvf spark-2.0.1-bin-hadoop2.7.tar.gz` 3. This will create a new directory: `spark-2.0.1-bin-hadoop2.7`. 4. Set the SPARKHOME variable: `export SPARKHOME=/vagrant/spark-2.0.1-bin-hadoop2.7` +5. Install Java: `sudo apt-get install default-jre` We are ready to use Spark. -- GitLab