mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update version in yarn_install
This commit is contained in:
parent
877dcbbe81
commit
ce80fe893e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue