diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-07-28 20:40:49 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-07-28 20:40:49 +0000 |
commit | fa41c5db88fe18f90bd88102d5087e74cf7c810c (patch) | |
tree | d1afa138c944d908e7bfe1b9a156a638a00b6f65 /databases/Makefile | |
parent | 4501e817f183ee5bf8e952893a80826f3a31ffe4 (diff) |
New port: apache hbase:
Apache HBase is an open-source, distributed, versioned, non-relational database
modeled after Google's Bigtable: A Distributed Storage System for Structured
Data by Chang et al. Just as Bigtable leverages the distributed data storage
provided by the Google File System, Apache HBase provides Bigtable-like
capabilities on top of Hadoop and HDFS.
Notes
Notes:
svn path=/head/; revision=363251
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index af2e7be71c67..623ca23651c1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -103,6 +103,7 @@ SUBDIR += gtksql SUBDIR += hamsterdb SUBDIR += hashtypes + SUBDIR += hbase SUBDIR += hiredis SUBDIR += hk_classes SUBDIR += hs-mysql |