Jar examples for h:hbase
HBase is the <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.6.1 in this page.
Apache License, Version 2.0
You can use the following script to add hbase-0.94.6.1.jar to your project.
<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>0.94.6.1</version> </dependency>
compile group: 'org.apache.hbase', name: 'hbase', version: '0.94.6.1'
libraryDependencies += "org.apache.hbase" % "hbase" % "0.94.6.1"
<dependency org="org.apache.hbase" name="hbase" rev="0.94.6.1"/>
@Grapes(@Grab(group='org.apache.hbase', module='hbase', version='0.94.6.1'))
'org.apache.hbase:hbase:jar:0.94.6.1'
Click the following link to download the jar file.
hbase-0.94.6.1-javadoc.jar