Re: Unable to export hadoop trunk into eclipse

2014-03-05 Thread nagarjuna kanamarlapudi
Can any one help me here ? On Tue, Mar 4, 2014 at 3:23 PM, nagarjuna kanamarlapudi nagarjuna.kanamarlap...@gmail.com wrote: Yes I installed.. mvn clean install -DskipTests was successful. Only import to eclipse is failing. On Tue, Mar 4, 2014 at 12:51 PM, Azuryy Yu azury...@gmail.com

Re: Unable to export hadoop trunk into eclipse

2014-03-04 Thread nagarjuna kanamarlapudi
Yes I installed.. mvn clean install -DskipTests was successful. Only import to eclipse is failing. On Tue, Mar 4, 2014 at 12:51 PM, Azuryy Yu azury...@gmail.com wrote: Have you installed protobuf on your computer? https://code.google.com/p/protobuf/downloads/list On Tue, Mar 4, 2014 at

Unable to export hadoop trunk into eclipse

2014-03-03 Thread nagarjuna kanamarlapudi
Hi, I checked out the hadoop trunck from http://svn.apache.org/repos/asf/hadoop/common/trunk. I set up protobuf-2.5.0 and then did mvn build. mvn clean install -DskipTests .. worked well. Maven build was Successful. So, I tried importing the project into eclipse. It is showing errors in

Re: Unable to export hadoop trunk into eclipse

2014-03-03 Thread Ted Yu
Have you run the following command under the root of your workspace ? mvn eclipse:eclipse On Mar 3, 2014, at 9:18 PM, nagarjuna kanamarlapudi nagarjuna.kanamarlap...@gmail.com wrote: Hi, I checked out the hadoop trunck from http://svn.apache.org/repos/asf/hadoop/common/trunk. I set up

Re: Unable to export hadoop trunk into eclipse

2014-03-03 Thread nagarjuna kanamarlapudi
Hi Ted, I didn't do that earlier. Now , I did it mvn:eclipse eclipse and tried importing the projects same into eclipse. Now, this is throwing the following errors 1. No marketplace entries found to handle Execution compile-protoc, in hadoop-common/pom.xml in Eclipse. Please see Help for

Re: Unable to export hadoop trunk into eclipse

2014-03-03 Thread Azuryy Yu
Have you installed protobuf on your computer? https://code.google.com/p/protobuf/downloads/list On Tue, Mar 4, 2014 at 3:08 PM, nagarjuna kanamarlapudi nagarjuna.kanamarlap...@gmail.com wrote: Hi Ted, I didn't do that earlier. Now , I did it mvn:eclipse eclipse and tried importing