Re: Extending Giraph classes from test folder

2012-08-01 Thread Avery Ching
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 s

Extending Giraph classes from test folder

2012-07-31 Thread Maja Kabiljo
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 w