Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Raymond Raymond visibility 9,418 event 2019-05-18 access_time 3 years ago language English

This page summarizes the steps to install Zeppelin version 0.7.3 on Windows 10 via Windows Subsystem for Linux (WSL).

Version 0.8.1

When running Zeppelin in Ubuntu, the server may pick up one host address that is not accessible, for example 169.254.148.100, and the the remote interpreter connection cannot be established successfully. The logic has changed in this version and I cannot find a fix yet without change the source code.

https://github.com/apache/zeppelin/blob/733bed591bdb6a06864331540364254f1ea1ff20/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterUtils.java

Thus, the page is still using version 0.7.3 to demo.

Prerequisites

Follow either of the following pages to install WSL in a system or non-system drive on your Windows 10.

I also recommend you to install Hadoop 3.2.0 on your WSL following the second page.

After the above exercises, you WSL should already have JDK 1.8 installed.

Now let’s start to install Apache Zeppelin 0.7.3 in WSL.

Download binary package

Find out the latest Zeppelin binary package from the Download page: http://zeppelin.apache.org/download.html.

For me the closest location is: http://archive.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz.

Run the following command to download the binary:

wget http://archive.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz

It may take a while to download.

Unzip the binary package

Unzip the binary package using the command below:

tar -xvzf zeppelin-0.7.3-bin-all.tgz -C ~/hadoop

Now Zeppelin is extracted to folder ~/hadoop/zeppelin-0.7.3-bin-all.

Start Zeppelin service

Start Zeppelin by running the following command:

cd ~/hadoop

cd zeppelin-0.7.3-bin-all/

bin/zeppelin-daemon.sh start

You can see a successful log message like the following  in the zeppelin log file if the service is started:

({main} ZeppelinServer.java[main]:197) - Done, zeppelin server started

Open Zeppelin portal

In any browser, navigate to the following website: http://localhost:8080/.

8080 is the default port number. If you have changed it in Zeppelin configuration, remember to change the URL accordingly.

The UI looks like the following:

image

Stop Zeppelin service

Run the following command to stop the service:

bin/zeppelin-daemon.sh stop

More from Kontext
info Last modified by Raymond 3 years ago copyright This page is subject to Site terms.
comment Comments
Raymond Raymond access_time 2 years ago more_vert
#1649 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I think that is the problem - can you downgrade to JDK 1.8?

format_quote

person Emile access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I'm using jdk-11.0.14

E Emile access_time 2 years ago more_vert
#1648 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I'm using jdk-11.0.14

format_quote

person Raymond access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

What is your JDK version? 

Raymond Raymond access_time 2 years ago more_vert
#1647 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

What is your JDK version? 

format_quote

person Emile access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I did install it on it WSL ! It didnt work as well, thats why i went on to Windows

E Emile access_time 2 years ago more_vert
#1646 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I did install it on it WSL ! It didnt work as well, thats why i went on to Windows

format_quote

person Raymond access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Are you install Zeppelin in WSL? This article is for WSL. 

If not, follow this article Install Zeppelin 0.7.3 on Windows

And also can you install it in a path without space?

Raymond Raymond access_time 2 years ago more_vert
#1645 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Are you install Zeppelin in WSL? This article is for WSL. 

If not, follow this article Install Zeppelin 0.7.3 on Windows

And also can you install it in a path without space?

format_quote

person Emile access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I went to conf/ and changed the value of host and port , but i got an ERROR 503


E Emile access_time 2 years ago more_vert
#1644 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I went to conf/ and changed the value of host and port , but i got an ERROR 503


format_quote

person Raymond access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Can you change zeppelin configuration to use a different port?

https://zeppelin.apache.org/docs/0.7.3/install/configuration.html

Raymond Raymond access_time 2 years ago more_vert
#1643 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Can you change zeppelin configuration to use a different port?

https://zeppelin.apache.org/docs/0.7.3/install/configuration.html

format_quote

person Emile access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I just installed the 0.7.3 version from your link in windows; but i still got the same errors.

Error logs in cmd.



E Emile access_time 2 years ago more_vert
#1642 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I just installed the 0.7.3 version from your link in windows; but i still got the same errors.

Error logs in cmd.



E Emile access_time 2 years ago more_vert
#1641 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

I'm using the 0.10.0 version , the 0.7.3 is not present on the download page https://zeppelin.apache.org/download.html

format_quote

person Raymond access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Hi, are you using 0.7.3?

As mentioned in the article, I could not get it work with newer versions at that time but 0.7.3 is ok.

Raymond Raymond access_time 2 years ago more_vert
#1640 Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Hi, are you using 0.7.3?

As mentioned in the article, I could not get it work with newer versions at that time but 0.7.3 is ok.

format_quote

person Emile access_time 2 years ago
Re: Install Zeppelin 0.7.3 on Windows 10 using Windows Subsystem for Linux (WSL)

Hello thanks fo rthis article,

I did all this but when i start Zeppelin , it doesnt comes on the localhost. I use WSL.

I dont know whats wrong

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts