Setting parallelism is a required and not optional. That is why it must be specified during creation time. Else it would have become optional and users may end up not specifying it.
From: Raajay [mailto:[email protected]] Sent: Saturday, September 12, 2015 1:21 AM To: [email protected] Subject: Setting vertex parallelism The Vertex.java api does not allow parallelism to the changed after a vertex is created; there is no setParallelism() api exposed. Any specific reason ? Will changing the parallelism affect the execution ? Thanks Raajay
