Since Docker 1.12 the docker engine integrates the swarm mode natively, and gives you the possibility to describe and launch services.
Also since docker-py v 0.10 supports the swarm mode this project gets new lights on it.
Basically we can handle a swarm creation with python.
We may launch services on that swarm, again in python. And then scale them.
So the notebook with spark should be written as a service, where you create the new password from a hash function of the variables you receive.
Since Docker 1.12 the docker engine integrates the
swarm modenatively, and gives you the possibility to describe and launchservices.Also since
docker-py v 0.10supports the swarm mode this project gets new lights on it.Basically we can handle a swarm creation with python.
We may launch services on that swarm, again in python. And then scale them.
So the notebook with spark should be written as a service, where you create the new password from a hash function of the variables you receive.