You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently possible to run jobs on yarn directly (via script-runner.jar), but terminate_idle_job_flow seems to ignore anything running on yarn directly. It would be nice to also check yarn application -list | grep -v 'Total number' | grep -q RUNNING if anything is running.