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/08/05 02:44:04 UTC

[jira] [Commented] (REEF-382) Remove ConfigurationFile

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

Mariia Mykhailova commented on REEF-382:
----------------------------------------

{{ConfigurationFile}} methods are supposed to be replaced with {{AvroConfigurationSerializer}} equivalents. However, {{toConfigurationStringList}} doesn't have a direct match: it returns a list of "param=value" pairs which is later used in {{ConfigurationModule.toStringPairs}} to produce a list of pairs (param, value) which is later used in several places.

I understand that we want to duplicate this functionality. What would be a better place for it -  {{AvroConfigurationSerializer}} (but it's not really Avro) or {{ConfigurationModule}} (but in this case we'll have serialization-like code paths in several places)?

> Remove ConfigurationFile
> ------------------------
>
>                 Key: REEF-382
>                 URL: https://issues.apache.org/jira/browse/REEF-382
>             Project: REEF
>          Issue Type: Improvement
>            Reporter: Markus Weimer
>            Priority: Minor
>             Fix For: 0.12
>
>
> {{ConfigurationFile}} has been deprecated in 0.2. Time to remove it :-)



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