Download hbase-0.94.16.jar file - Jar h

Jar examples for h:hbase

Description

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

You can download jar file hbase 0.94.16 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add hbase-0.94.16.jar to your project.

<dependency>
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <version>0.94.16</version>
</dependency>
compile group: 'org.apache.hbase', name: 'hbase', version: '0.94.16'
libraryDependencies += "org.apache.hbase" % "hbase" % "0.94.16"
<dependency org="org.apache.hbase" name="hbase" rev="0.94.16"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase', version='0.94.16'))
'org.apache.hbase:hbase:jar:0.94.16'

Download

Click the following link to download the jar file.

hbase-0.94.16-javadoc.jar
hbase-0.94.16-sources.jar
hbase-0.94.16-tests.jar
hbase-0.94.16.jar
hbase-0.94.16.pom



Related Tutorials