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 2016/09/23 19:22:20 UTC

[jira] [Closed] (REEF-1236) Use Configuration schema instead of string in RuntimeDefinition.avsc

     [ https://issues.apache.org/jira/browse/REEF-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mariia Mykhailova closed REEF-1236.
-----------------------------------
    Resolution: Won't Fix

Per REEF-1566, we're returning to ProtoBuf instead of Avro, so not investing effort into further Avro development.

> Use Configuration schema instead of string in RuntimeDefinition.avsc
> --------------------------------------------------------------------
>
>                 Key: REEF-1236
>                 URL: https://issues.apache.org/jira/browse/REEF-1236
>             Project: REEF
>          Issue Type: Sub-task
>          Components: REEF
>            Reporter: Markus Weimer
>
> In {{RuntimeDefinition.avsc}}, we currently use {{string}} to represent {{Configuration}} instances:
> {code:title=RuntimeDefinition.avsc, lines 36/37}
>   "name":"serializedConfiguration",
>   "type":"string",
> {code}
>  This is less than ideal, as we already have a schema to serialize {{Configuration}} instances via Avro. Using that schema would significantly simplify the code interacting with {{RuntimeDefinition}}, and would also allow us to encode invariants in the schema to be shared between C# and Java.



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