[ https://issues.apache.org/jira/browse/GIRAPH-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15534680#comment-15534680 ]
Hudson commented on GIRAPH-1117: -------------------------------- FAILURE: Integrated in Jenkins build Giraph-trunk-Commit #1664 (See [https://builds.apache.org/job/Giraph-trunk-Commit/1664/]) [GIRAPH-1117] Provide a flexible way to decide whether to create vertex (edunov: [http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=8bf08f545d15b39e43874a2b1ac5b0586a917a4f]) * (edit) giraph-core/src/main/java/org/apache/giraph/edge/AbstractEdgeStore.java * (edit) giraph-core/src/test/java/org/apache/giraph/io/TestCreateSourceVertex.java * (add) giraph-core/src/main/java/org/apache/giraph/edge/CreateSourceVertexCallback.java * (edit) giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java * (add) giraph-core/src/main/java/org/apache/giraph/edge/DefaultCreateSourceVertexCallback.java * (edit) giraph-core/src/main/java/org/apache/giraph/utils/TestGraph.java > Provide a flexible way to decide whether to create vertex when it is not > present in the input > --------------------------------------------------------------------------------------------- > > Key: GIRAPH-1117 > URL: https://issues.apache.org/jira/browse/GIRAPH-1117 > Project: Giraph > Issue Type: Improvement > Reporter: Sergey Edunov > Priority: Minor > > Currently there is only one way to control if source vertices that don't > explicitly exist in the input should be created: > giraph.createEdgeSourceVertices > This way one can enable or disable vertex creation on the job level. However > sometime we need more fine-grained control. E.g. we want to create vertices > for some edge input and then skip creation for other part. -- This message was sent by Atlassian JIRA (v6.3.4#6332)