[ https://issues.apache.org/jira/browse/TINKERPOP-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272957#comment-15272957 ]
ASF GitHub Bot commented on TINKERPOP-1288: ------------------------------------------- Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/305#issuecomment-217260649 ``` [INFO] Apache TinkerPop .................................. SUCCESS [4.770s] [INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [2.330s] [INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS [40.270s] [INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [11.526s] [INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS [42.358s] [INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [6.934s] [INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS [3:31.823s] [INFO] Apache TinkerPop :: Gremlin Benchmark ............. SUCCESS [5.559s] [INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS [10:27.283s] [INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS [6:53.817s] [INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS [3:00:08.742s] [INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS [21:48.184s] [INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS [10.726s] ``` @spmallette -- `GremlinDriverIntegrateTest.shouldGetOneThenSomeThenSomeMore()` failed. Seems nothing to do with `GraphComputer`/Spark. ?? > Support gremlin.spark.skipPartitioning configuration. > ----------------------------------------------------- > > Key: TINKERPOP-1288 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1288 > Project: TinkerPop > Issue Type: Improvement > Components: hadoop, process > Affects Versions: 3.2.0-incubating > Reporter: Marko A. Rodriguez > Assignee: Marko A. Rodriguez > Fix For: 3.2.1 > > > If a {{VertexProgram}} does not use message passing, then its best to NOT > partition after load as its pointless to do so. > In particular, for {{TraversalVertexProgram}}, if the submitted traversal > does not contain a {{VertexStep}} then partitioning can be avoided. This can > be reasoned via a {{SparkPartitionStrategy}}, but for now, simply making the > configuration and having it do its job is sufficient. -- This message was sent by Atlassian JIRA (v6.3.4#6332)