Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Todd Lipcon
On Mon, Jan 31, 2011 at 1:57 PM, Konstantin Shvachko wrote: > > Anybody with gcc active could you please verify if the problem is caused by > HADOOP-6864. > I can build common trunk just fine on CentOS 5.5 including native. I think the issue is somehow isolated to the build machines. Anyone know

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Konstantin Shvachko
Current trunk for HDFS and MapReduce are not compiling at the moment. Try to build trunk. This is the result of that changes to common api introduced by HADOOP-6904 are not promoted to HDFS and MR trunks. HDFS-1335 and MAPREDUCE-2263 depend on these changes. Common is not promoted to HDFS and MR b

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Ted Dunning
The has been a problem with more than one build failing (Mahout is the one that I saw first) due to a change in maven version which meant that the clover license isn't being found properly. At least, that is the tale I heard from infra. On Mon, Jan 31, 2011 at 1:31 PM, Eli Collins wrote: > Hey

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Eli Collins
Hey Konstantin, The only build breakage I saw from HADOOP-6904 is MAPREDUCE-2290, which was fixed. Trees from trunk are compiling against each other for me (eg each installed to a local maven repo), perhaps the upstream maven repo hasn't been updated with the latest bits yet. Thanks, Eli On Mon

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-31 Thread Konstantin Shvachko
Sending this to general to attract urgent attention. Both HDFS and MapReduce are not compiling since HADOOP-6904 and its hdfs and MP counterparts were committed. The problem is not with this patch as described below, but I think those commits should be reversed if Common integration build cannot be

Re: Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-28 Thread Konstantin Boudnik
Wow. looks like it has been happening for about a month now. Looks like there's something strange happening to the build host, because it can't overcome this step of the build: [exec] checking whether we are cross compiling... no It handing right on that step. I wonder if any compiler/librar

Hadoop-common-trunk-Commit is failing since 01/19/2011

2011-01-28 Thread Konstantin Shvachko
I see Hadoop-common-trunk-Commit is failing and not sending any emails. It times out on native compilation and aborts. Therefore changes are not integrated, and now it lead to hdfs and mapreduce both not compiling. Can somebody please take a look at this. The last few lines of the build are below.