h

hbase-hbtop

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