Problem building branch-2

2013-05-24 Thread Ralph Castain
Hi folks I'm trying to build the head of branch-2 on a CentOS box and hitting a rash of errors like the following (all from the protobuf support area): [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hadoop-common:

Re: Problem building branch-2

2013-05-24 Thread Giridharan Kesavan
looks like protobufhttps://protobuf.googlecode.com/files/protobuf-2.4.1.zip is missing. -Giri On Fri, May 24, 2013 at 11:51 AM, Ralph Castain r...@open-mpi.org wrote: Hi folks I'm trying to build the head of branch-2 on a CentOS box and hitting a rash of errors like the following (all from

Re: Problem building branch-2

2013-05-24 Thread Vinod Kumar Vavilapalli
It works for me. Ran mvn clean install -DskipTests Thanks, +Vinod On May 24, 2013, at 11:51 AM, Ralph Castain wrote: Hi folks I'm trying to build the head of branch-2 on a CentOS box and hitting a rash of errors like the following (all from the protobuf support area): [ERROR] Failed

Re: Problem building branch-2

2013-05-24 Thread Harsh J
You seem to be using protoc-2.5.0, which is known not to work with Hadoop yet: https://issues.apache.org/jira/browse/HADOOP-9346 Downgrading to 2.4.1 should let you go ahead. On Sat, May 25, 2013 at 12:21 AM, Ralph Castain r...@open-mpi.org wrote: Hi folks I'm trying to build the head of