Giter Site home page Giter Site logo

docker-alluxio's Introduction

Docker-Alluxio

This is a repository for building a Docker image for Apache Alluxio. Alluxio is an in-memory fabric for caching files in a Hadoop related environment. Moreover it also serves as an abstraction layer for different underlying persistent storages like HDFS, NFS, S3, ...

This Docker container can be used to start up multiple Alluxio containers for caching purposes.

Configuration

ALLUXIO_MASTER_HOSTNAME=
ALLUXIO_MASTER_PORT=19998
ALLUXIO_MASTER_WEB_PORT=19999
ALLUXIO_MASTER_JOURNAL_FOLDER=/mnt/journal

ALLUXIO_WORKER_HOSTNAME=$(hostname -f)
ALLUXIO_WORKER_PORT=29998
ALLUXIO_WORKER_WEB_PORT=30000
ALLUXIO_WORKER_DATA_PORT=29999
ALLUXIO_WORKER_FOLDER=alluxio
ALLUXIO_WORKER_MEMORY_SIZE=1G

Volumes

ALLUXIO_MASTER_JOURNAL_FOLDER=/mnt/journal
ALLUXIO_WORKER_FOLDER=/mnt/ramdisk
ALLUXIO_UNDERFS_ADDRESS

Communication Ports

Master Web Interface: :19999 Worker Web Interface: :30000

Deploying Alluxio

Minimum Deployment

Using S3 as Underfs

ALLUXIO_UNDERFS_ADDRESS

S3_ENDPOINT=s3.amazonaws.com
S3_ENDPOINT_HTTP_PORT=80
S3_ENDPOINT_HTTPS_PORT=443
S3_PROXY_HOST=
S3_PROXY_PORT=-1
S3_PROXY_USE_HTTPS=false

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

docker-alluxio's People

Contributors

kupferk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.