Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the way to preserve running evaluators in the driver is via a file in the DFS. We should add a configuration to allow other ways to preserve running evaluators other than using the DFS.
Merged from REEF-85:
During REEF-80, we discovered that the Driver today keeps a log of all Evaluator (de-)allocations on HDFS for use during a Driver restart situation. This is happening even for Drivers that don't make use of the Driver restart feature. We should refactor this code to be modular, not to impose this cost on all Drivers.