Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by stack: http://wiki.apache.org/lucene-hadoop/Hbase The comment on the change is: Updated news section. ------------------------------------------------------------------------------ [[Anchor(news)]] == NEWS: == + * First [http://www.eventbrite.com/event/85834734 Hbase meetup]. Hosted by rapleaf -- ''2007/12/18'' + * Paul Saab uploads 1.3B (small) two-family rows into a 24 node hbase cluster -- ''2007/12/15'' + * Extensive refactoring of locking and addition of first version of a REST interface -- ''2007/11/25'' * First working release of hbase is available as part of the hadoop-0.15.0 release. See [http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.15/src/contrib/hbase/CHANGES.txt?view=markup CHANGES.txt] for release content. [http://aa0-000-12.u.powerset.com:60010/hql.jsp?q=select+anchor%3Aanchor_text+from+enwiki%3B Download]. * Cluster behavior has been much improved. The master, rather than the splitting region server host, now rules where the daughter splits are deployed. A simple formula has been added to spread region load evenly. Splits have been made near-instantaneous and compaction has been reworked so neither block updates for extended periods of time. -- ''Added 2007/08/16'' * Support for row and filter columns.