Update version in yarn_install

This commit is contained in:
Maxim Belousov 2018-07-03 17:58:04 +03:00 committed by GitHub
parent 877dcbbe81
commit ce80fe893e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ Its assumed in the rest of the document that zeppelin user is indeed created and
### List of Prerequisites
* CentOS 6.x, Mac OSX, Ubuntu 14.X
* Java 1.7
* Java 1.8
* Hadoop client
* Spark
* Internet connection is required.
@ -89,7 +89,7 @@ cp /home/zeppelin/zeppelin/conf/zeppelin-env.sh.template /home/zeppelin/zeppelin
Set the following properties
```bash
export JAVA_HOME="/usr/java/jdk1.7.0_79"
export JAVA_HOME="/usr/java/jdk1.8.0_171"
export HADOOP_CONF_DIR="/etc/hadoop/conf"
export ZEPPELIN_JAVA_OPTS="-Dhdp.version=2.3.1.0-2574"
export SPARK_HOME="/usr/lib/spark"