Then configure HBASE_HOME enviroment variable:
export HBASE_HOME=/path/to/hbase
Run
deploy-deps.sh
and all done. After it you can use following dependency:
<dependency>
<groupid>org.apache.hadoop</groupid>
<artifactid>hbase</artifactid>
<version>0.1.3</version>
</dependency>
You can modify those files for your needs, if you wish.
1 comment:
Check out HBASE-1933 that should address this concern about being published to a maven repository soon.
Post a Comment