Releases: kakao/hbase-region-inspector
v0.3.8
Usage
Download the executable binary that matches the version of your HBase cluster:
hbase-region-inspector-0.3.8
(0.98 or above; built with HBase 1 dependencies)hbase-region-inspector-0.3.8-hbase2
(2.0 or above; built with HBase 2 dependencies)hbase-region-inspector-0.3.8-cdh4
(0.94; CDH4)
You can directly run it after adding execute permission (chmod +x
).
Alternatively, you can download and use the executable JAR files.
CHANGELOG
- Updated ZooKeeper dependency (3.5.7)
v0.3.7
Usage
Download the executable binary that matches the version of your HBase cluster:
hbase-region-inspector-0.3.7
(0.98 or above)hbase-region-inspector-0.3.7-cdh4
(CDH4)
You can directly run it after adding execute permission (chmod +x
).
Alternatively, you can download and use the executable JAR files.
CHANGELOG
- Replaced absolute URLs with relative URLs to allow reverse proxy
v0.3.6
Usage
Download the executable binary that matches the version of your HBase cluster:
hbase-region-inspector-0.3.6
(0.98 or above)hbase-region-inspector-0.3.6-cdh4
(CDH4)
You can directly run it after adding execute permission (chmod +x
).
Alternatively, you can download and use the executable JAR files.
CHANGELOG
- Added button to export snapshot as PNG
v0.3.4
Usage
Download the executable binary that matches the version of your HBase cluster:
hbase-region-inspector-0.3.4
(0.98 or above)hbase-region-inspector-0.3.4-cdh4
(CDH4)
You can directly run it after adding execute permission (chmod +x
).
Alternatively, you can download and use the executable JAR files.
CHANGELOG
- Performance optimization
- Minor bug fixes and usability improvements
v0.3.3
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
v0.3.2
First public release
Download the executable binary that matches the version of your HBase cluster:
hbase-region-inspector-0.3.2
(0.98 or above)hbase-region-inspector-0.3.2-cdh4
(CDH4)
You can run it after adding execute permission (chmod +x
).
Alternatively, you can download and use the executable JAR files.