Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What is Bigtop Sandbox?

A handy tool to build and run big data pseudo clusters atop Docker.

How to run

Make sure you have Docker installed. We've tested this using Docker for Mac

Currently supported OS list:

  • debian-8
  • ubuntu-16.04

Run Hadoop HDFS

docker run -p 50070:50070 bigtop/sandbox:1.2.1-ubuntu-16.04_hdfs

Run Hadoop HDFS + HBase

docker run -p 50070:50070 -p 60010:60010 bigtop/sandbox:1.2.1-ubuntu-16.04_hdfs_hbase

Run Hadoop HDFS + Spark Standalone

docker run -p 50070:50070 -p 8088:8088 bigtop/sandbox:1.2.1-ubuntu-16.04_hdfs_spark-standalone

 

Please read the doc here.

Available Sandboxes: https://hub.docker.com/r/bigtop/sandbox/tags/

...