This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new 3887752 HBASE-23629: Add to 'Supporting Projects' in site
3887752 is described below
commit 3887752b8ebdb744db422e81069e2ddcf0ae6abb
Author: Manu Manjunath <[email protected]>
AuthorDate: Thu Jan 2 13:49:21 2020 +0530
HBASE-23629: Add to 'Supporting Projects' in site
Signed-off-by: Jan Hentschel <[email protected]>
Signed-off-by: Viraj Jasani <[email protected]>
---
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 f949a57..4a38353 100644
--- a/src/site/xdoc/supportingprojects.xml
+++ b/src/site/xdoc/supportingprojects.xml
@@ -150,6 +150,8 @@ under the License.
<dt><a href="http://code.google.com/p/hbase-jdo/">HBase UI Tool &
Util</a></dt>
<dd>HBase UI Tool & Util is an HBase UI client and simple util module.
It can handle hbase more easily like jdo(not persistence api)</dd>
+ <dt><a href="https://github.com/flipkart-incubator/hbase-orm">HBase
ORM</a></dt>
+ <dd>A light-weight HBase ORM library that enables object-oriented access of
HBase records with minimal coding and good testability</dd>
</dl>
<h3>Example HBase Applications</h3>
<ul>