- echo $JAVA_HOME
- git clone https://github.com/apache/incubator-zeppelin.git
- cd incubator-zeppelin
- mvn clean install -DskipTests -Pspark-1.3 -Dspark.version=1.3.1 -Phadoop-2.6 -Pyarn
- hdp-select status hadoop-client | sed 's/hadoop-client - \(.*\)/\1/'
- 2.3.0.0-2557
- vim conf/zeppelin-env.sh
- export HADOOP_CONF_DIR=/etc/hadoop/conf
- export ZEPPELIN_PORT=10008
- export ZEPPELIN_JAVA_OPTS="-Dhdp.version=2.3.0.0-2557"
- cp /etc/hive/conf/hive-site.xml conf/
- su hdfs -l -c 'hdfs dfs -mkdir /user/zeppelin;hdfs dfs -chown zeppelin:hdfs /user/zeppelin'
- bin/zeppelin-daemon.sh start
- http://$host:10008
Monday, August 31, 2015
Zeppelin installation (HDP)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.