Skip to content

Instantly share code, notes, and snippets.

View garyhow01's full-sized avatar

garyhow garyhow01

View GitHub Profile
@pratos
pratos / zeppelin_windows.md
Last active July 1, 2019 00:34
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

Offline Python Package Install Notes

Two common cases which make the install of Python packages harder due to networking issues are: a) Install behind a Proxy b) Install without access to the internet

(a) Install behind a Proxy

In the case where the target machine connects to the internet over a network proxy, export the following environment vars, as appropriate - http_proxy and https_proxy. Eg: