You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/09/30 04:52:04 UTC

[jira] [Closed] (TINKERPOP3-391) More fluency in GraphComputer for parameterization.

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

Marko A. Rodriguez closed TINKERPOP3-391.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.0-incubating

I added {{GraphComputer.workers(int)}} which allows the user to programmatically specify how many workers they want in the OLAP job. Currently is being touted as the "recommended amount" but I'm going to try and force things {{SparkGraphComputer}} and then I think the semantics should be "if you can't spawn that many workers, then throw exception."

Going to close this ticket. If there is a particular {{GraphComputer.method()}} someone wants from here on out, please just make a specific ticket for that fluent method.

> More fluency in GraphComputer for parameterization.
> ---------------------------------------------------
>
>                 Key: TINKERPOP3-391
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-391
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.0.1-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.1.0-incubating
>
>
> We need to have more fluency in GraphComputer. In general:
> {code:java}
> g.compute().config(key,value)
> {code}
> And more specifically:
> {code:java}
> g.compute().workers(8)
> {code}
> [~mbroecheler]



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