Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
EvaluatorManager currently manually parse the job/application id from current directory path with the following logic.
final String currentDirectoryName = directory.getName();
if (currentDirectoryName.toLowerCase().contains("application_")) {
return currentDirectoryName;
We should instead just get the id from the APPLICATION_IDENTIFIER from EvaluatorConfiguration
Attachments
Issue Links
- is blocked by
-
REEF-1066 Clarify differences between REEF job identifiers.
- Open