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
Make use of the isIdle() method on the TaskTracker
Previously we would check the number of running jobs, however that
sometimes returend incorrect values especially when dealing with
failed jobs on the cluster. The result being some TaskTrackers never
commit suicide.
0 commit comments