Gianmarco De Francisci Morales created GIRAPH-264:
-----------------------------------------------------
Summary: bin/giraph should not maven on the machine running graph
Key: GIRAPH-264
URL: https://issues.apache.org/jira/browse/GIRAPH-264
Project: Giraph
Issue Type: Improvement
Affects Versions: 0.2.0
Reporter: Gianmarco De Francisci Morales
Priority: Trivial
Maven is for building the project, but it is used also in bin/giraph to run it.
{code}
CLASSPATH2=`mvn dependency:build-classpath | grep -v "[INFO]"`
{code}
I understand that it is useful for building the classpath given the
dependencies, but this creates a dependency on Maven on the Giraph runtime.
I don't think it is desirable.
Working around it should be easy.
--
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