cylondata / twister2

A composable framework for fast and scalable data analytics
https://twister2.org
Apache License 2.0
57 stars 32 forks source link

list jobs using ZooKeeper #880

Closed ahmet-uyar closed 4 years ago

ahmet-uyar commented 4 years ago

List command is implemented with following syntax: bin/twister2 list <jobs/job-id>

if the word "jobs" is given as the third parameter, current and past jobs are listed. If the job-id is given as the third parameter, then the status of that job is listed with its workers.

Sample output for listing jobs: https://hastebin.com/zurilafotu.js Sample output for listing a job: https://hastebin.com/ohiwuxeqic.coffeescript

I have added documentation about list command to job-submit.md.