Sign inSign up

sequenceiq/baywatch

By sequenceiq

Updated about 11 years ago

Image
2

2.2K

sequenceiq/baywatch repository overview

Baywatch on Docker

This image aims to provide monitoring functionality for Hadoop Clusters. For reference check this blog post.

##Pull the container

docker pull sequenceiq/baywatch

##Run To run the container with default settings:

docker run -d -p 3080:3080 sequenceiq/baywatch

To run the container with custom settings:

docker run -d \
    -p 3080:3080 \
    -e ES_CLUSTER_NAME="es-cluster-name" \
    -e ES_DATA_PATH=/tmp \
    -e ES_WORK_PATH="/work" \
    -v /tmp:/tmp  \
    -v /data:/work \
sequenceiq/baywatch

To run the container in interactive mode - in both above cases (you'll be provided with a bash terminal)

docker run -it -p 3080:3080 sequenceiq/baywatch -bash

#Configure dashboard

We have put together a few sample dashboard, the list is unlimited - you can build your own dashboard based on the properties we collect.

#Generate load stress --cpu 2 --timeout 60358

Tag summary

Content type

Image

Digest

sha256:dde0ad8c8

Size

179.6 MB

Last updated

almost 11 years ago

docker pull sequenceiq/baywatch