You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/02/22 14:32:18 UTC

[jira] [Updated] (TINKERPOP-1161) Job chaining should delete previous result once computed.

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

stephen mallette updated TINKERPOP-1161:
----------------------------------------
    Component/s: hadoop

> Job chaining should delete previous result once computed.
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-1161
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1161
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: hadoop
>    Affects Versions: 3.2.0-incubating
>            Reporter: Marko A. Rodriguez
>
> Right now if you do this:
> {code}
> g.V().hasLabel('person').pageRank().order().by()
> {code}
> ..that will create 3 OLAP jobs. However, once the second job is complete, the results of the first can be deleted. This is especially important with GraphComputers like Spark/Giraph....



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