summaryrefslogtreecommitdiff
path: root/databases/hbase/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+2
|
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-4/+8
|
* Fix build with newer bash.Dmitry Sivachenko2016-11-151-0/+11
| | | | | PR: 214522 Submitted by: cokane
* Fix 'status' argument for rc-scripts.Dmitry Sivachenko2016-04-272-0/+2
| | | | | PR: 208640 Submitted by: xmj
* Update to version 1.2.0Dmitry Sivachenko2016-03-191-11/+0
| | | | | PR: 207549 Submitted by: Kevin Bowling <kbowling@freebsd.org>
* Update to version 1.1.2.Dmitry Sivachenko2015-11-197-44/+42
| | | | | PR: 204495 Submitted by: kevin.bowling@kev009.com
* databases/hbase: fix build with OpenJDK8Steve Wills2015-10-162-0/+27
| | | | | PR: 203506 Approved by: maintainer timeout (demon, >2 weeks)
* Do install hirb.rb.Dmitry Sivachenko2014-11-171-0/+10
| | | | | | Pointed out by: Piotr Kubaj <pkubaj@riseup.net> Patch hbase script to use correct location of config directory.
* Add /usr/local/bin to PATH to let startup scripts to find bash.Dmitry Sivachenko2014-10-142-0/+2
|
* Install sample configs in EXAMPLESDIR;Dmitry Sivachenko2014-07-292-0/+8
| | | | Minor tweaks.
* New port: apache hbase:Dmitry Sivachenko2014-07-285-0/+114
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.