From 2a4bd0574b8b31811ae657260e6b3b94f03cdc3b Mon Sep 17 00:00:00 2001 From: Manu Manjunath Date: Thu, 2 Jan 2020 13:38:58 +0530 Subject: [PATCH] HBASE-23629: Add to 'Supporting Projects' in site (#976) * Update supportingprojects.xml Signed-off-by: Jan Hentschel Signed-off-by: Viraj Jasani --- src/site/xdoc/supportingprojects.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/xdoc/supportingprojects.xml b/src/site/xdoc/supportingprojects.xml index f949a5717a1..4a38353d79a 100644 --- a/src/site/xdoc/supportingprojects.xml +++ b/src/site/xdoc/supportingprojects.xml @@ -150,6 +150,8 @@ under the License.
HBase UI Tool & Util
HBase UI Tool & Util is an HBase UI client and simple util module. It can handle hbase more easily like jdo(not persistence api)
+
HBase ORM
+
A light-weight HBase ORM library that enables object-oriented access of HBase records with minimal coding and good testability

Example HBase Applications