[
https://issues.apache.org/jira/browse/TINKERPOP3-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956082#comment-14956082
]
Marko A. Rodriguez commented on TINKERPOP3-857:
-----------------------------------------------
Every {{GraphComputer}} should be able to be configured purely via
{{Configuration}}. This way, {{GraphComputer.config(k,v)}} always operates on
the underlying {{Configuration}} representation. Furthermore, this allows for a
serialized representation of the {{GraphComputer}} -- particularly, its
{{.properties}} file.
> Add GraphComputer.config(key,value)
> -----------------------------------
>
> Key: TINKERPOP3-857
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-857
> Project: TinkerPop 3
> Issue Type: Bug
> Components: process
> Affects Versions: 3.0.1-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
> Labels: breaking
> Fix For: 3.1.0-incubating
>
>
> This is a way for people to programmatically specify properties above and
> beyond what their {{.properties}} file has (at runtime).
> This is trivial to implement and will provide it in 3.1.0 given its a break
> change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)