Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-818

EvaluatorManager should get job id from evaluator configuration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • REEF Evaluator
    • 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

          Activity

            People

              Unassigned Unassigned
              yingdachen Yingda Chen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: