h

hbase-hbtop

A real-time monitoring tool for HBase like Unix's top command
文件下载
文件名 操作
hbase-hbtop-2.4.15.jar 下载
hbase-hbtop-2.4.15.pom 下载
hbase-hbtop-2.4.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-hbtop</artifactId>
  <version>2.4.15</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-hbtop:2.4.15'
Gradle Kotlin
implementation("org.apache.hbase:hbase-hbtop:2.4.15")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-hbtop" % "2.4.15"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-hbtop', version='2.4.15')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-hbtop" rev="2.4.15" />
Leiningen
[org.apache.hbase/hbase-hbtop "2.4.15"]
Apache Buildr
'org.apache.hbase:hbase-hbtop:jar:2.4.15'