You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/14 13:34:08 UTC

[Hadoop Wiki] Update of "SupportingProjects" by StevenNoels

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "SupportingProjects" page has been changed by StevenNoels:
http://wiki.apache.org/hadoop/SupportingProjects?action=diff&rev1=38&rev2=39

Comment:
correctified links

   * [[http://github.com/ghelmling/meetup.beeno|Meetup.Beeno]] -- simple HBase Java "beans" mapping framework based on annotations.  Includes a rudimentary high level query API that generates the appropriate server-side filters.
   * [[https://jira.springsource.org/browse/SPR-5950|Spring Framework HBase Template]] -- Provides HBase data access templates similar to what is provided in Spring for JDBC, Hibernate, iBatis, etc.  If you find this useful, please vote for its inclusion in the Spring Framework.
   * [[http://github.com/davidsantiago/clojure-hbase|Clojure-HBase]] -- A library for convenient access to HBase from Clojure.
-  * [[http://www.lilycms.org/lily/index/sketchbook/hbaseindexes.html|HBase indexing library]] -- A library for building and querying HBase-table-based indexes.
+  * [[http://www.lilyproject.org/lily/about/playground/hbaseindexes.html|HBase indexing library]] -- A library for building and querying HBase-table-based indexes.
-  * [[http://lilycms.org/lily/roadmap/sketchbook/hbaserowlog.html|HBase RowLog library]] -- A library for building Write-Ahead Logs and Message Queues backed by HBase.
+  * [[http://www.lilyproject.org/lily/about/playground/hbaserowlog.html|HBase RowLog library]] -- A library for building Write-Ahead Logs and Message Queues backed by HBase.
   * [[http://github.com/akkumar/hbasene|HBasene]] -- Lucene+HBase - Using HBase as the backing store for the TF-IDF representations needed by Lucene. Also, contains a library for constructing lucene indices from HBase schema.
   * [[http://github.com/larsgeorge/jmxtoolkit|JMXToolkit]] -- A HBase tailored JMX toolkit enabling monitoring with Cacti and checking with Nagios or similar.
   * [[http://github.com/ykulbak/ihbase|IHBASE]] -- Provides faster scans by indexing regions, each region has it's own index. The indexed columns are user-defined and indexes can be intersected or joined in a single query.