So you can't run HBase within eclipse, though you can run all the test cases.
git pull HBase, then do mvn eclipse:eclipse, this should setup an eclipse project in the directory. to compile, type mvn install. On Thu, Sep 1, 2011 at 8:37 PM, Ian Varley <[email protected]> wrote: > Vamshi, > > As with most online help forums, people can only be of help if you pass > along the specific difficulty you're having. Typically, this would take a > form like, "I tried doing X, but instead of seeing Y, I saw Z instead". The > more specific you can be with what you already tried and the errors or > failures you're seeing, the more the group can help. > > Generally speaking: yes, this should be a good mailing list to help you > build and modify HBase in a local eclipse project. > > Regards, > Ian > > > > On Sep 1, 2011, at 8:07 PM, "vamshi krishna" <[email protected]> wrote: > > > Hi folks, > > most of the users subscribed in this mailing-list are trying to > modify > > the actual source code to add extra functionality to hadoop/HBase. I want > to > > modify hadoop and HBase source code using eclipse IDE and then debug and > run > > it. i am trying to add/ change the actual code. i am able to debug and > run > > normal programs on hadoop , but i couldn't run the source code. Please > help > > me in this regard. I have been trying to do the same for somany days, > please > > sombody help how to change, debug and run the source code of hadoop/HBase > in > > eclipse IDE. > > > > Thank you. > > > > > > -- > > *Regards* > > * > > Vamshi Krishna > > * >
