Jaeho Shin created GIRAPH-268:
---------------------------------

             Summary: Maven archetype for using Giraph from a separate project
                 Key: GIRAPH-268
                 URL: https://issues.apache.org/jira/browse/GIRAPH-268
             Project: Giraph
          Issue Type: New Feature
          Components: examples
            Reporter: Jaeho Shin


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|https://issues.apache.org/jira/browse/GIRAPH-180?focusedCommentId=13421864&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13421864]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to