Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 397 Bytes

hbase-scala

Build Status

Simple client wrapper around HTable.

Add sbt dependencies

libraryDependencies += "net.hamnaberg" %% "hbase-scala" % "0.4.0"

See hbase.example.Main for usage.

For now this requires hbase 0.94. Hbase 0.96 or higher has not been tested.