Re: unable to compile hadoop source code

2014-01-06 Thread nagarjuna kanamarlapudi
Thanks all, the following is required Download from http://code.google.com/p/protobuf/downloads/list $ ./configure $ make $ make check $ make install Then compile the source code On Tue, Jan 7, 2014 at 9:46 AM, Rohith Sharma K S wrote: > You can read Build instructions for Hadoop. > > htt

RE: unable to compile hadoop source code

2014-01-06 Thread Rohith Sharma K S
You can read Build instructions for Hadoop. http://svn.apache.org/repos/asf/hadoop/common/trunk/BUILDING.txt For your problem, proto-buf not set in PATH. After setting, recheck proto-buffer version is 2.5 From: nagarjuna kanamarlapudi [mailto:nagarjuna.kanamarlap...@gmail.com] Sent: 07 January 2

Re: unable to compile hadoop source code

2014-01-06 Thread Diego Gutierrez
El ene 6, 2014 10:48 PM, "nagarjuna kanamarlapudi" < nagarjuna.kanamarlap...@gmail.com> escribió: > > Hi, > I checked out the source code from https://svn.apache.org/repos/asf/hadoop/common/trunk/ > > I tried to compile the code with mvn. > > I am compiling this on a mac os X , mavericks. Any help

Re: unable to compile hadoop source code

2014-01-06 Thread Ted Yu
The error message said that the build needs protoc to be installed. Search protobuf on the web. Cheers On Mon, Jan 6, 2014 at 7:47 PM, nagarjuna kanamarlapudi < nagarjuna.kanamarlap...@gmail.com> wrote: > Hi, > I checked out the source code from > https://svn.apache.org/repos/asf/hadoop/common