I have set up an Apache Aurora cluster and managed to schedule hello world tasks.
What command should I use to list/view the tasks in the cluster?
I have set up an Apache Aurora cluster and managed to schedule hello world tasks.
What command should I use to list/view the tasks in the cluster?
Apache Aurora client
Apache Aurora has a client. Among other things, it can be used to list jobs running on the cluster:
aurora job list cluster[/role[/env[/name]]]
Example
For example to list all jobs scheduled in a cluster with say name
this command
would return the list of jobs:
clustertest/root/test/python-flask-api
clustertest/root/test/rabbitpy
clustertest/root/devel/python-hello-world