You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Sergey Edunov (JIRA)" <ji...@apache.org> on 2016/09/26 23:15:20 UTC

[jira] [Created] (GIRAPH-1117) Provide a flexible way to decide whether to create vertex when it is not present in the input

Sergey Edunov created GIRAPH-1117:
-------------------------------------

             Summary: 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)