Skip to content

Instantly share code, notes, and snippets.

@pratos
Last active July 1, 2019 00:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pratos/c48c682ed271cdc86eb3cafd2df09d1b to your computer and use it in GitHub Desktop.
Save pratos/c48c682ed271cdc86eb3cafd2df09d1b to your computer and use it in GitHub Desktop.
To install Zeppelin in Windows 10

Installing Zeppelin in Windows

We would need cygwin for this. Install the basic Cygwin and specifically install wget,tar,qawk,bzip2,subversion,vim

Run the installer After Cygwin gets installed, get the setup file and install the below:

> C:/Users/user/Downloads/setup-x86_64.exe -q -P  wget,tar,qawk,bzip2,subversion,vim

Cygwin should give capabilities to install everything like ubuntu.We need to get the tar.gz file from the Apache Mirror installs for Zeppelin

(NOTE: Do make sure that your Spark, Hadoop and Scala installations are working properly)

  • Check the java -version

  • Create a folder "zeppelin" in any path you want.

  • In cygwin terminal type the below things:

$ wget http://www-eu.apache.org/dist/zeppelin/zeppelin-0.6.2/zeppelin-0.6.2-bin-all.tgz
$ gzip -d zeppelin-0.6.2-bin-all.tgz
$ tar -xvf zeppelin-0.6.2-bin-all.tar
export JAVA_HOME="/cygdrive/c/Program Files/Java/jdk1.8.0_91"
  • Go to cmd prompt
D:\zeppelin\zeppelin-0.6.2-bin-all\bin>zeppelin.cmd
------------- verbose -----------------------------
@garyhow01
Copy link

@pratos did you use Cygwin to run Zeppelin?

@shatestest
Copy link

@pratos , not able to install Cygwin it is giving a window to add the url , not sure what url it is asking for

@vclue
Copy link

vclue commented Jan 27, 2019

Hi @pratos,

I have cygwin64 and run all the scripts, then running zeppelin brings nothing:
Microsoft Edge says: Make sure you’ve got the right web address: http://127.0.0.1:8080
and Firefox: Firefox can’t establish a connection to the server at 127.0.0.1:8080.
are there any magic words I have to say PLEASE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment