Re: Problem Building Apache Giraph Formats

2012-12-19 Thread Nitay Joffe
I'm not sure honestly, anyone else here have ideas? FYI if you just want to run some giraph jobs, you can always skip the tests when building, e.g. mvn -DskipTests install. However there may be some deeper problem going on here that will resurface when you do that. - Nitay On Dec 15, 2012, at

Re: Problem Building Apache Giraph Formats

2012-12-15 Thread Nitay Joffe
That's a different problem. Can you try just "mvn clean install" with the new jvm? On Dec 14, 2012, at 5:24 AM, Rui Sarmento wrote: > Hi, > > I've just installed the (Oracle) jvm 1.7.0.10 > > Unfortunately the problem remains the same: > > > [110414015@hpcgrid-centos6 trunk]$ mvn install

Re: Problem Building Apache Giraph Formats

2012-12-13 Thread Nitay Joffe
Can you try it with Java 1.6 and/or Java 1.7.0_9/10? On Dec 13, 2012, at 7:57 AM, Rui Sarmento wrote: > Here is the output for java version: > > [110414015@hpcgrid-centos6 ~]$ java -version > java version "1.7.0_03" > Java(TM) SE Runtime Environment (build 1.7.0_03-b04) > Java HotSpot(TM) 64-Bi

Re: Problem Building Apache Giraph Formats

2012-12-13 Thread Nitay Joffe
Odd that should be far more than enough. I run the tests fine on my 8GB laptop. What JVM are you using? On Dec 1, 2012, at 4:02 PM, Rui Sarmento wrote: > Any advise on how to get things working? > I'm working on a 12 core 55GB memory machine FYI. > Do you need more information from me to close

Re: Problem Building Apache Giraph Formats

2012-11-27 Thread Nitay Joffe
From cursory look it seems to me like all the failures are due to memory issues (OOME) On Nov 27, 2012, at 1:54 PM, Rui Sarmento wrote: > Sorry not 800, its more than 80 :-) . I'm on the right dir. > > > > Date: Tue, 27 Nov 2012 22:16:08 +0100 > > Subject: Re: Problem Building Apache Giraph