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.
Hadoop metrics dashboard
System resources dashboard
#Generate load stress --cpu 2 --timeout 60358
Content type
Image
Digest
sha256:dde0ad8c8…
Size
179.6 MB
Last updated
almost 11 years ago
docker pull sequenceiq/baywatch