I just started putting it there a year ago because i thought we were trying to move out of the hadoop package after becoming a top level project. Seems like there hasn't been much of a push though. Easy enough to move prefix-tree back into hadoop if we want.
Some issues in the way of moving everything out of hadoop: * @InterfaceAudience.Public annotations on RPC classes * classes used by client code (Bytes.java) would have their imports broken * HFiles contain full package name of their comparators On Thu, Feb 7, 2013 at 9:10 AM, Jonathan Hsieh <[email protected]> wrote: > Related question, any reason (other than lack of inertia) why we are > still org.apache.hadoop.hbase instead of org.apache.hbase? > > Jon. > > On Wed, Feb 6, 2013 at 11:46 PM, Matteo Bertozzi > <[email protected]> wrote: > > Is there a reason why the prefix-tree and cell code is inside > > org.apache.hbase instead of the traditional org.apache.hadoop.hbase? > > > > -- > // Jonathan Hsieh (shay) > // Software Engineer, Cloudera > // [email protected] >
