Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by JimKellerman: http://wiki.apache.org/hadoop/Hbase/Plan-0%2e17 ------------------------------------------------------------------------------ * We should make an hbase blog. It would replace the 'news' section up on hbase wiki * Remove deprecated methods. * Caching came up but was thought a low priority though it was allowed that since Tom White's work, would take little to add a caching of "hot rows". - * We took a vote and HBase (capital B) overwhelmingly beat Hbase (little b) as way to capitalize name of this project + * We took a vote and HBase ( capital B ) overwhelmingly beat Hbase ( little b ) as way to capitalize name of this project === Refactoring Patterns === There was some talk among J, B, and S about refactoring patterns to keep in mind as we hack into the hbase future: * Make new subpackages o.a.h.h.regionserver, o.a.h.h.master, and o.a.h.h.client - * Move inner classes < 20 lines or so out of containing classes into classes of their own. If master, regionserver or client inner classes, new classes should be package private, etc. + * Move inner classes > 20 lines or so out of containing classes into classes of their own. If master, regionserver or client inner classes, new classes should be package private, etc. * Take on the Callable pattern introduced by Peter Dolan. There's a load of places where it can be used to get rid of duplicated retry code.
