Warning: Trying to access array offset on value of type bool in /home/www/blog/wp-content/themes/catch-box/functions.php on line 1079

Splout Docker image with Hadoop

Since it is not that easy to get a Demo/Test Splout running, I took the Hadoop Docker Image of sequenceiq, added Splout 0.3.0 and pushed it to Docker Hub.

Simply run the container with

docker run -i -t -P fakod/splout:3.0-V1.0 /etc/start.sh -bash

And install the Splout examples, by running

/root/sploutexamples.sh

Some links:

have fun…