The test classes are not included with the giraph jar, but are still
built (target/munged/giraph-0.2-SNAPSHOT-tests.jar). We can modify the
pom.xml and BspCase to include the test jar as part of the job
submission to remedy this.
On 7/31/12 5:23 AM, Maja Kabiljo wrote:
When I try to extend some of the Giraph classes (Vertex, WorkerContext, etc)
from test folder, and run the test in pseudo distributed mode, I get
ClassNotFoundException on calling conf.getClass in corresponding
BspUtils.createX method.
Is there a way around this? Or if not, is there something we can do, since it
would be really nice not to have to put things for tests in src (and also
remove all those just test classes from src)?
Thanks,
Maja