Marko A. Rodriguez created TINKERPOP-1161:
---------------------------------------------
Summary: 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
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)