h

hbase-filesystem

This project houses projects that work at the Apache Hadoop FileSystem layer to meet Apache HBase's needs. This work is experimental, and may eventually be replaced by other initiatives in HBase. It is therefore released separately.
文件下载
文件名 操作
hbase-filesystem-1.0.0-alpha1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase.filesystem</groupId>
  <artifactId>hbase-filesystem</artifactId>
  <version>1.0.0-alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.filesystem:hbase-filesystem:1.0.0-alpha1'
Gradle Kotlin
implementation("org.apache.hbase.filesystem:hbase-filesystem:1.0.0-alpha1")
Scala SBT
libraryDependencies += "org.apache.hbase.filesystem" % "hbase-filesystem" % "1.0.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.filesystem', module='hbase-filesystem', version='1.0.0-alpha1')
)
Apache Ivy
<dependency org="org.apache.hbase.filesystem" name="hbase-filesystem" rev="1.0.0-alpha1" />
Leiningen
[org.apache.hbase.filesystem/hbase-filesystem "1.0.0-alpha1"]
Apache Buildr
'org.apache.hbase.filesystem:hbase-filesystem:jar:1.0.0-alpha1'