Versions Compared

Key

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

...

For HDFS, it takes 30 secs to startup daemons. You can use docker logs to see whether it has finished the deployment:

docker logs -f $(docker run -d -p 50070:50070 bigtop/sandbox:1.2.1-ubuntu-16.04-hdfs)

...