Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19DAD185CF for ; Mon, 14 Dec 2015 09:25:47 +0000 (UTC) Received: (qmail 17084 invoked by uid 500); 14 Dec 2015 09:25:46 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 17032 invoked by uid 500); 14 Dec 2015 09:25:46 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 16987 invoked by uid 99); 14 Dec 2015 09:25:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 09:25:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AC5D42C0AFA for ; Mon, 14 Dec 2015 09:25:46 +0000 (UTC) Date: Mon, 14 Dec 2015 09:25:46 +0000 (UTC) From: "Sergey Dudoladov (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (REEF-818) EvaluatorManager should get job id from evaluator configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038615#comment-15038615 ] Sergey Dudoladov edited comment on REEF-818 at 12/14/15 9:24 AM: ----------------------------------------------------------------- [-Closed initial pull request- | https://github.com/apache/reef/pull/700] was (Author: dss-2009@yandex.ru): [Pull request | https://github.com/apache/reef/pull/700] > 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)