Giter VIP home page Giter VIP logo

docker-dr-elephant's Introduction

docker-dr-elephant

LinkedIn dr-elephant tool in a ready to go container

LinkedIn dr-elephant is a useful solution that gives recommandations to the Data engineers who use Hadoop MapReduce and Spark. More info can be found here : https://github.com/linkedin/dr-elephant

How to run it ?

Dr-elephant needs a MySql backend. The easiest way to achieve it is to link the container with a official MySql image.

docker pull mysql:latest

docker run --name mysql-drelephant
-v /my/own/datadir:/var/lib/mysql
-e MYSQL_ROOT_PASSWORD=drelephant
-e MYSQL_DATABASE=drelephant
-e MYSQL_USER=drelephant
-e MYSQL_PASSWORD=drelephant
-d mysql:latest

Build the dr-elephant image with an internet connectivity

docker build -t dr-elephant:2.0.6 .

Then run our dr-elephant on a server having the hadoop client libs ..

docker run --name drelephant
--link mysql-drelephant:mysql
-p 8080:8080
-e http_port='8080'
-e keytab_user=''
-e keytab_location=''
-v /etc/krb5.conf:/etc/krb5.conf
-v /etc/hadoop/conf:/etc/hadoop/conf
-v /etc/dr-elephant/conf:/usr/dr-elephant/app-conf
-v /var/log/dr-elephant:/usr/dr-elephant/logs
-d dr-elephant:2.0.6

docker-dr-elephant's People

Contributors

damienclaveau avatar

Stargazers

YJG avatar zhaolu avatar Zheng Mingzhi (AI码士) 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.