Installation: (http://zeppelin.apache.org/docs/0.7.2/manual/interpreterinstallation.html#3rd-party-interpreters
The download is zeppelin-0.7.2-bin-all,package with the all interpreters. Decompression complete.
================================================================================
Modify configuration. BASHRC
# Zeppelin
Export Zeppelin_home=/home/raini/app/zeppelin
Export path= $ZEPPELIN _home/bin: $PATH
Modify Zeppelin-env.sh
# All configurations are post modified
Export JAVA_HOME=/HOME/RAINI/APP/JDK
# (distributed mode), pseudo-distributed does not need to be modified, the default use of local
Export master=spark://biyuzhe:7077
#export zeppelin_port=18081
Export Spark_home=/home/raini/spark
Export Hadoop_conf_dir=/home/raini/hadoop #没有/etc/hadoop, otherwise SQL does not execute
#export spark_submit_options= "--driver-memory 1g--executor-memory 3g"
#export Spark_master_ip=localhost
#export Spark_local_ip=localhost
Modify Zeppelin-site.xml
<property>
<name>zeppelin.server.port</name>
<value>18081</value>
<description> Modify Ports </description>
</property>
Copy Hive-site.xml to Conf
Start Apache Zeppelin
raini@biyuzhe:~/app/zeppelin$ bin/zeppelin-daemon.sh Start
Click on the "Interpreters" menu to configure the Spark/hive interpreter
Master
Spark.executor.memory: