Re: Is it normal that a same algorithm for 4 profiles calculus implemented both in giraph and graphlab gives different output with same input?

2018-08-08 Thread Dionysios Logothetis
Hi Francesco, Here are few thoughts on reasons this may happen: - I haven't written any graphlab application myself, but the synchronous vs. asynchronous model can generally be a reason for differences. It is possible that such differences do not manifest on smaller graphs. What's the size of the

Re: giraph compile error

2018-08-08 Thread Dionysios Logothetis
I am able to run mvn -Phadoop_2 -fae -DskipTests clean install on MacOS, Maven 3.5.0, Java 1.8.0_131 and on CentOS, Maven 3.3.9, Java 1.8.0_60 I'll take it there's nothing earlier in the build log that may indicate an issue? On Sun, Aug 5, 2018 at 6:43 AM, Thomas Rummler wrote: > Hi, I got