Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-07-07 Thread Toshio ITO
Hi Akila, Thank you for the pointer. I think this is it. I got the following error messages. 14/07/08 13:42:36 INFO http.HttpServer: Jetty bound to port 60030 14/07/08 13:42:36 INFO mortbay.log: jetty-6.1.26 14/07/08 13:42:36 INFO http.HttpServer: Added global filtersafety (class=org.apache.ha

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-07-07 Thread Akila Wajirasena
Hi Toshio, Roman, The HBase I/O test failure (no 3) happens may be due to this issue https://issues.apache.org/jira/browse/GIRAPH-926 Toshio, Can you check whether you get an error similar to this? 14/07/07 15:53:58 INFO hbase.metrics: new MBeanInfo 14/07/07 15:53:58 INFO metrics.RegionServerMe

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-07-01 Thread Roman Shaposhnik
Yes, the failures around Accumulo in hadoop_2 profile are expected and nothing to worry about. I should've probably mentioned it in my RC announcement email. Sorry about that. Any failures in hadoop_1 profile would be a reason to reconsider RC0. Thanks, Roman. P.S. This is one of the reasons we'

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-06-30 Thread Toshio ITO
Hi Roman. I checked out release-1.1.0-RC0 and succeeded to build it. $ git checkout release-1.1.0-RC0 $ mvn clean $ mvn package -Phadoop_2 -DskipTests ## SUCCESS However, when I ran the tests with LocalJobRunner, it failed. $ mvn clean $ mvn package -Phadoop_2 It passed

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-06-30 Thread Akila Wajirasena
Hi Roman, I got the same error when running hadoop_2 profile. According to this [1] the Accumulo version we use in giraph (1.4) is not compatible with Hadoop 2. I think this is the issue. [1] http://apache-accumulo.1065345.n5.nabble.com/Accumulo-Hadoop-version-compatibility-matrix-tp3893p3894.htm

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-06-29 Thread Roman Shaposhnik
On Sun, Jun 29, 2014 at 5:06 PM, Toshio ITO wrote: > Hi Roman. > > Thanks for the reply. > > OK, I'll try hadoop_1 and hadoop_2 with the latest > release-1.1.0-RC0 and report the result. That would be extremely helpful! And speaking of which -- I'd like to remind folks that taking RC0 for a spin