Skip to content

v0.3.3

Compare
Choose a tag to compare
@junegunn junegunn released this 04 Mar 04:28
· 26 commits to master since this release

Usage

Download the executable binary that matches the version of your HBase cluster:

  • hbase-region-inspector-0.3.3 (0.98 or above)
  • hbase-region-inspector-0.3.3-cdh4 (CDH4)

You can directly run it after adding execute permission (chmod +x).

Alternatively, you can download and use the executable JAR files.

CHANGELOG

  • Fixed stack overflow error when a regionserver holds a large number of regions
  • Improved response time by building the response in parallel using pmap
  • Built with Clojure 1.8.0