java - How to write and run apache Giraph Custom code? -
i have been working on giraph last 10 days.i got ideas how install , execute given examples in giraph. want design own custom code,so need of you.if done please let me know , give idea.
what need create new project, package foo , class foo1 in package. project must reference giraph-core jar files. class foo1 must extends class abstractcomputation. should override compute function of abstractcomputation. in compute function develop own graph algorithm based on vertex-oriented paradigm.
for more information how implement own algorithm, can examples provided in giraph-examples package of giraph simpleconnectedcomponents.java , singlesourceshortestpaths.java.
after implement foo1, should create jar file project , pass jar file command using -libjars parameter.
Comments
Post a Comment