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
If there is any transient exception while doing cleanup in Hadoop Jobs, right now we simply propagate the exception. It would be better add Retry logic for transient exceptions in this case.
From : #1815 (comment)
If there is any transient exception while doing cleanup in Hadoop Jobs, right now we simply propagate the exception. It would be better add Retry logic for transient exceptions in this case.