|
|
-
Re: HDFS mvn eclipse:eclipse not working?Harsh J 2012-07-14, 03:54
Your issue is cause of lack of dependencies required to build the
trunk. You will need, as indicated on http://wiki.apache.org/hadoop/HowToContribute, the protobuf binaries of version 2.4 at least. Since you are on a mac, you may as well do: $ brew install protobuf And then running a build should succeed. Btw, you do not need to use mvn eclipse:eclipse anymore. It should be fine to use the m2e plugin and import the project directly via Eclipse -> Import -> Maven -> Import Existing Maven Projects option. On Sat, Jul 14, 2012 at 8:08 AM, Jason Rutherglen <[EMAIL PROTECTED]> wrote: > Sure here's the pastebin: > > http://pastebin.com/ETmCNRbe > > On Fri, Jul 13, 2012 at 10:32 PM, Harsh J <[EMAIL PROTECTED]> wrote: > >> No, this shouldn't ideally happen since we do check for >> eclipse:eclipse failures in our pre-commit builds. >> >> I am able to run it successfully on the HEAD right now, from within >> the directory you mention. What error are you seeing though, can you >> copy/paste some snippets or post a pastebin link? >> >> On Sat, Jul 14, 2012 at 7:25 AM, Jason Rutherglen >> <[EMAIL PROTECTED]> wrote: >> > At [1] I ran 'mvn eclipse:eclipse' however it failed. Is that expected >> > behavior? >> > >> > 1. >> http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-hdfs-project >> >> >> >> -- >> Harsh J >> -- Harsh J |