Versions Compared

Key

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

...

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

For HDFS, it takes around 30 only secs. You can use docker logs to see whether it has been provisioned:

...

After provisioned, goto http://localhost:50070, you'll see the web UI is ready there.

To destroy the containers:

docker stop $BIGTOP
docker rm $BIGTOP

Run Hadoop HDFS + HBase

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

...

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

Run Hadoop HDFS + YARN + Hive + Pig

docker run -d -p 50070:50070 -p 8080:8080 bigtop/sandbox:1.2.1-ubuntu-16.04_hdfs_yarn_hive_pig

 

Please read the doc here.

...