c

cdh5-bridge

Fiji allows the imposition of schema and much else upon HBase.
https://github.com/seomoz/fiji
The Apache License, Version 2.0
Maura Hubbell
Files download
File Operation
cdh5-bridge-0.1.0.jar download
cdh5-bridge-0.1.0.pom download
cdh5-bridge-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.moz.fiji.schema</groupId>
  <artifactId>cdh5-bridge</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.moz.fiji.schema:cdh5-bridge:0.1.0'
Gradle Kotlin
implementation("com.moz.fiji.schema:cdh5-bridge:0.1.0")
Scala SBT
libraryDependencies += "com.moz.fiji.schema" % "cdh5-bridge" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.moz.fiji.schema', module='cdh5-bridge', version='0.1.0')
)
Apache Ivy
<dependency org="com.moz.fiji.schema" name="cdh5-bridge" rev="0.1.0" />
Leiningen
[com.moz.fiji.schema/cdh5-bridge "0.1.0"]
Apache Buildr
'com.moz.fiji.schema:cdh5-bridge:jar:0.1.0'