Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 837 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 837 Bytes

Alluxio

DockerHub Alluxio

http://www.alluxio.org/

Distributed in-memory filesystem for cluster computing frameworks, formerly called Tachyon (older versions are found under harisekhon/tachyon and the tachyon directory adjacent in this repo)

Starts one master and one worker and then tails the logs, maps the master and worker ports 19999 and 30000.

docker-compose up

or without docker-compose

make run

Related Docker images can be found for many Open Source, Big Data and NoSQL technologies on my DockerHub profile. The source for them all can be found in the master Dockerfiles GitHub repo.