Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2018q2 v1.1 #5

Merged
merged 11 commits into from
Apr 6, 2018
Prev Previous commit
Next Next commit
Update install
  • Loading branch information
sujaymahajan authored Apr 4, 2018
commit 07d6ecc07caaa93ab7285f9f69c49c9d2f83318b
13 changes: 2 additions & 11 deletions Zeppelin/install
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@


wget http://mirror.reverse.net/pub/apache/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz &&\

wget http://mirror.reverse.net/pub/apache/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz && \
tar xvzf zeppelin-0.7.3-bin-all.tgz
rm -rf /opt/zeppelin
mv zeppelin-0.7.3-bin-all /opt/zeppelin
rm zeppelin-0.7.3-bin-all.tgz
chown -R ubuntu:ubuntu /opt/zeppelin

mv /var/opt/workspaces/Zeppelin/zeppelin-env.txt /opt/zeppelin/conf/zeppelin-env.sh
chmod 755 /opt/zeppelin/conf/zeppelin-env.sh
chown ubuntu:ubuntu /opt/zeppelin/conf/zeppelin-env.sh
sed -i '94d' /opt/zeppelin/conf/zeppelin-env.sh
# echo 'export SPARK_HOME=/opt/spark-2.2.1-bin-hadoop2.7' >> /opt/zeppelin/conf/zeppelin-env.sh
echo '#export ZEPPELIN_JAVA_OPTS="-Dspark.executor.memory=24g"' >> /opt/zeppelin/conf/zeppelin-env.sh
#RUN echo 'export SPARK_SUBMIT_OPTIONS="--jars /tmp/pilot-spark/usr-lib/hadoop-lzo/lib/hadoop-lzo-0.4.19.jar,/tmp/pilot-spark/usr-lib/hadoop-lzo/lib/hadoop-lzo.jar"' >> /opt/zeppelin/conf/zeppelin-env.sh



chown -R ubuntu:ubuntu /opt/zeppelin