Giter Club home page Giter Club logo

emr-superset-demo's Introduction

Installing Apache Superset on Amazon EMR

Overview

Add data exploration and visualization to your analytics cluster. Project files for the post, Installing Apache Superset on Amazon EMR: Add data exploration and visualization to your analytics cluster. Please see post for complete instructions on using the project's files.

Create CloudFormation Stack

python3 ./create_cfn_stack.py \
    --ec2-key-name <your_key_pair_name> \
    --ec2-subnet-id <your_subnet_id> \
    --environment dev

Run Superset Bootstrap Script

python3 ./install_superset.py \
    --ec2-key-path </path/to/my-key-pair.pem> \
    --superset-port 8280

SSH Tunnel

Open an SSH tunnel to master node using dynamic port forwarding

ssh -i </path/to/my-key-pair.pem> -ND 8157 hadoop@<public_master_dns>

Troubleshooting Superset

Troubleshoot Superset process running on EMR Master.

lsof -i :8280

References

emr-superset-demo's People

Contributors

garystafford avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

udayshankarv

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.