Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
Description
Some vertices need custom arguments to run. The SimpleShortestPathsVertex for example needs to know the source vertex for the computation which is saved in the job's Configuration as SimpleShortestPathsVertex.sourceId. Users should be able to apply such simple custom arguments via GiraphRunner.
I propose to add a new option --customArguments where users can supply arguments in the form <param1>=<value1>,<param2>=<value2> for this.
Attachments
Attachments
Issue Links
- is related to
-
GIRAPH-165 checkstyle error: " 'conf' hides a field" on line 154 of GraphRunner
- Resolved