toil.test.mesos.helloWorld

A simple user script for Toil

Module Contents

Functions

hello_world(job)

hello_world_child(job, hw)

main()

Attributes

childMessage

parentMessage

toil.test.mesos.helloWorld.childMessage = 'The child job is now running!'
toil.test.mesos.helloWorld.parentMessage = 'The parent job is now running!'
toil.test.mesos.helloWorld.hello_world(job)[source]
toil.test.mesos.helloWorld.hello_world_child(job, hw)[source]
toil.test.mesos.helloWorld.main()[source]