Nitay Joffe created GIRAPH-349:
----------------------------------
Summary: Giraph Formats Tests broken
Key: GIRAPH-349
URL: https://issues.apache.org/jira/browse/GIRAPH-349
Project: Giraph
Issue Type: Bug
Reporter: Nitay Joffe
Assignee: Eli Reisman
Priority: Minor
GIRAPH-209 broke giraph-formats-contrib tests because of the prop.jarLocation
change.
In giraph-formats-contrib/pom.xml we have prop.jarLocation set as:
<property>
<name>prop.jarLocation</name>
<value>${giraph.trunk.base}/target/giraph-${project.version}-jar-with-dependencies.jar</value>
</property>
The problem is I don't see how to easily get the hadoop version (until maybe we
have the parent pom which can hold the version for everyone to use). Eli,
assigning this to you for your thoughts.
Note that when I changed this value by hand to
${giraph.trunk.base}/target/giraph-${project.version}-for-hadoop-0.20.203.0-jar-with-dependencies.jar
the tests run. Something is still failing but it is a completely different
reason, not because of System.getProperty("prop.jarLocation") problems.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira