Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently org/apache/reef/runtime/yarn/driver/YarnContainerManager.java implements getProgress as just return 0. We could add an interface ProgressProvider that the user code can implement and bind to in the Driver. We'd call it in getProgress to make the progress available to YARN. The default implementation can return 0 to maintain current behavior.