You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Yingda Chen (JIRA)" <ji...@apache.org> on 2015/10/08 23:34:27 UTC

[jira] [Created] (REEF-818) EvaluatorManager should get job id from evaluator configuration

Yingda Chen created REEF-818:
--------------------------------

             Summary: EvaluatorManager should get job id from evaluator configuration
                 Key: REEF-818
                 URL: https://issues.apache.org/jira/browse/REEF-818
             Project: REEF
          Issue Type: Improvement
            Reporter: Yingda Chen
            Priority: Minor


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)