Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Provide a Maven archetype for new users to quickly get started with writing vertex code outside the Giraph source tree and running it on their cluster. It is a painful process for newbies to run their own vertex code outside Giraph source tree without proper knowledge of Maven plugins or how class loading is done in Hadoop and Java.
The archetype can be derived from an existing project, so moving or copying some of the example vertices and input/output formats into a subproject could be the first step. Then, the subproject should assemble a fat-jar including giraph and optionally giraph-formats-contrib into it. The quick start guide should be updated to recommend using the archetype to create a fresh project and run the self-contained fat-jar with either the hadoop or giraph command.
See-Also: comments on GIRAPH-180