What is the command to list all jobs in Apache Aurora scheduler?

648 views Asked by At

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?

1

There are 1 answers

0
suryakrupa On

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

clustertest

this command

aurora job list clustertest

would return the list of jobs:

clustertest/root/test/python-flask-api

clustertest/root/test/rabbitpy

clustertest/root/devel/python-hello-world