• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Install Apache Zeppelin On Ubuntu 16.04

By Abhishek Ghosh June 28, 2017 5:39 am Updated on June 28, 2017

Install Apache Zeppelin On Ubuntu 16.04

Advertisement

Apache Zeppelin is a web-based notebook for interactive data analytics. We already described how to install Apache Spark. If you have followed our any guide on big data tools installation, it is few minutes work to install and use Zeppelin. Zeppelin can be pre-built package or can be build from source. Here is how to install apache zeppelin on ubuntu 16.04 building from source.

Install Apache Zeppelin On Ubuntu 16-04

 

What Are Needed To Install Apache Zeppelin On Ubuntu 16.04

 

For our guide Java, Scala, Apache Spark, Maven, npm, Node.js needed. We will describe to install all of them as steps. As reader, you can skip the things already installed.

 

Steps To Install Apache Zeppelin On Ubuntu 16.04

 

As we said above, we have to install Java, Scala and Spark. First install Java :

Advertisement

---

Vim
1
2
3
4
5
apt update
apt upgrade
sudo apt-add-repository ppa:webupd8team/java
apt update
apt install oracle-java8-installer

Check whether Java is correctly installed :

Vim
1
java -version

Next, we will install Scala :

Vim
1
2
3
wget http://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.tgz
sudo mkdir /usr/local/src/scala
tar -xvf scala-2.12.0.tgz -C /usr/local/src/scala/

Next we need to open the profile file :

Vim
1
nano .bashrc

Add these :

Vim
1
2
export SCALA_HOME=/usr/local/src/scala/scala-2.12.0
export PATH=$SCALA_HOME/bin:$PATH

And reload by sourcing it :

Vim
1
source .bashrc

Next we will check whether Scala is correctly installed and install Git, sbt :

Vim
1
2
3
4
5
6
7
scala -version
apt install git
wget https://bintray.com/artifact/download/sbt/debian/sbt-0.13.6.deb
sudo dpkg -i sbt-0.13.6.deb
## OR
apt update
apt install sbt

Next we will install Apache Spark :

Vim
1
2
3
4
5
6
wget http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2-bin-hadoop2.7.tgz
tar -xvf spark-2.0.2-bin-hadoop2.7.tgz
mv spark-2.0.2-bin-hadoop2.7/ spark
cd conf/
cp spark-env.sh.template spark-env.sh
nano spark-env.sh

Add the following lines to spark-env.sh :

Vim
1
2
3
4
JAVA_HOME=/usr/lib/jvm/java-8-oracle  
SPARK_WORKER_MEMORY=4g
PYSPARK_PYTHON=/home/<username>/anaconda3/bin/python
source spark-env.sh

The run pyspark :

Vim
1
pyspark

Next we will install npm, Node.js, maven, Zeppelin notebook :

Vim
1
2
3
4
5
6
7
8
9
10
apt update
apt install npm
apt install nodejs-legacy
apt install libfontconfig
wget http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
sudo tar -zxf apache-maven-3.3.9-bin.tar.gz -C /usr/local/
sudo ln -s /usr/local/apache-maven-3.3.9/bin/mvn /usr/local/bin/mvn
node --version
mvn --version
git clone https://github.com/apache/zeppelin.git

Next we need to open the profile file :

Vim
1
nano .bashrc

Add these :

Vim
1
2
export M2_HOME=/usr/local/apache-maven-3.3.9
export PATH=${M2_HOME}/bin:${PATH}

Then :

Vim
1
2
3
4
5
6
7
8
source .bashrc
sudo npm install -g bower
mvn clean install -DskipTests
cd zeppelin/zeppelin-web
# debug
bower install
# Run
mvn clean install -DskipTests

Start the daemon.sh :

Vim
1
bin/zeppelin-daemon.sh start

Next steps you can follow official website :

Vim
1
https://zeppelin.apache.org/docs/0.6.0/install/install.html#building-from-source

Tagged With install zeppelin on ubuntu , apache zeppelin install ubuntu 18 , apache zeppelin instllation in ubuntu 16 04 , how to install apache zeppelin on ubuntu? , how to install zeppelin in ubuntu , install apache zeppelin in ubuntu 16 04 , spark zepplin ubuntu , ubuntu 16 04 apache analytics , zeppelin ubuntu install
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install Apache Zeppelin On Ubuntu 16.04

  • Installing Local Data Lake on Ubuntu Server : Part 1

    Here is Part 1 of Installing Local Data Lake on Ubuntu Server With Hadoop, Spark, Thriftserver, Jupyter etc To Build a Prediction System.

  • Install Apache Spark on Ubuntu Single Cloud Server With Hadoop

    Here is How to Install Apache Spark on Ubuntu Single Cloud Server With Hadoop and Also Without Hadoop. Everything is Explained in Plain English.

  • How to Install Apache Tika on Ubuntu Server

    Apache Tika is a Content Analysis Framework Which Can Be Configure With Web Software Like WordPress For Metadata Extraction of PDF, doc. Here is How to Install Apache Tika on Ubuntu Server.

  • How To Install Apache Maven on Ubuntu Server

    Apache Maven is a Build Automation Tool. Here Are the Steps on How To Install Apache Maven on Ubuntu Server. Maven Needed For Many Big Data Software.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy