Giter VIP home page Giter VIP logo

dcos-zeppelin's Introduction

zeppelin-docker

This is the docker build for Zeppelin on DCOS.

Building

docker build -t mesosphere/zeppelin:<version> .

Installing

These are instructions for installing and accessing the DCOS Zeppelin package. We'll probably move these to user docs at some point.

The following are instructions for installing Zeppelin on an AWS DCOS cluster such that you can access it from the public internet using marathon-lb as a proxy. An alternative is to launch Zeppelin directly on a a public slave.

  1. Install marathon-lb

    dcos package install marathon-lb
  2. Install zeppelin

    dcos package install zeppelin --options=zeppelin.json

    zeppelin.json:

    {
        "zeppelin": {
            "vhost": "zeppelin.your-url.com"
        }
    }
  3. Configure ELB

    You must modify your ELB in two ways.

    The first is to update the health check so that marathon-lb will show up as a backend to the ELB. Add "HTTP:9090/_haproxy_health_check".

    The second is to change the HTTP:80 listener to be TCP:80. This is to support Zeppelin websockets.

  4. Create a DNS entry for zeppelin.your-url.com

    Create a CNAME entry that maps the vhost parameter above to the ELB DNS entry. In development, you can simply add an entry to your /etc/hosts file.

You should now be able to visit zeppelin.your-url.com to view Zeppelin.

dcos-zeppelin's People

Contributors

sascala avatar mgummelt avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.