You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2015/09/15 20:04:46 UTC

[jira] [Commented] (REEF-724) Move ClrBridgeRuntimeConfiguration from Constants.cs to REFFFileNames.cs

    [ https://issues.apache.org/jira/browse/REEF-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745840#comment-14745840 ] 

Mariia Mykhailova commented on REEF-724:
----------------------------------------

{{Org.Apache.REEF.Client/Common/DriverFolderPreparationHelper.cs}} has a reference to one of these constants which is preceded with a TODO

{noformat}
            // TODO: Remove once we cleaned up the Evaluator to not expect this [REEF-216]
            _configurationSerializer.ToFile(driverConfiguration,
                Path.Combine(driverFolderPath, _fileNames.GetGlobalFolderPath(), Constants.ClrBridgeRuntimeConfiguration));
{noformat}

REEF-216 is resolved; how to check whether this line can be cleaned up?

> Move ClrBridgeRuntimeConfiguration from Constants.cs to REFFFileNames.cs
> ------------------------------------------------------------------------
>
>                 Key: REEF-724
>                 URL: https://issues.apache.org/jira/browse/REEF-724
>             Project: REEF
>          Issue Type: Task
>          Components: REEF.NET
>            Reporter: Mariia Mykhailova
>            Assignee: Mariia Mykhailova
>            Priority: Minor
>
> {noformat}
> lang/cs/Org.Apache.REEF.Common/Constants.cs:26:        [Obsolete(message:"Use REEFFileNames instead.")]
> lang/cs/Org.Apache.REEF.Common/Constants.cs-27-        public const string ClrBridgeRuntimeConfiguration = "clrBridge.config";
> --
> --
> lang/cs/Org.Apache.REEF.Driver/Constants.cs:137:        [Obsolete(message:"Use REEFFileNames instead.")]
> lang/cs/Org.Apache.REEF.Driver/Constants.cs-138-        public const string DriverBridgeConfiguration = Common.Constants.ClrBridgeRuntimeConfiguration;
> {noformat}



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