See the code in HBASE-6203 (https://issues.apache.org/jira/browse/HBASE-6203) for how to add a new module. Keep in mind that modules are _very_ heavy-weight and you should have a very good reason for adding a new one.
That said, we are trying to modularize HBase, so if you want to put some work into pulling out some modules as per the discussion in https://issues.apache.org/jira/browse/HBASE-5977, it would be great! -Jesse ------------------- Jesse Yates @jesse_yates jyates.github.com On Sat, Jul 7, 2012 at 9:47 AM, Varun kumar <[email protected]> wrote: > Hi, > > I have set up the HBase trunk in eclipse successfully. > Compilation is successful and create table commands are working fine from > the shell. > > Now I would wish to add another Maven project say HelloTest and create a > new class with Hbase code(my own code). > How do I start about ? Could you please provide a few guidelines? > > -- > _________________________________________________________ > Regards, > Varun >
