GitXplorerGitXplorer
h

hbase-scala

public
4 stars
2 forks
2 issues

Commits

List of commits on branch master.
Unverified
e953566be8f4860d116e66aff824fda4b6782967

Bump after release

hhamnis committed 11 years ago
Unverified
c69cafe9ddbd545c38e88ad9a4b3e10d7d346680

Set version to release

hhamnis committed 11 years ago
Unverified
f7f100ba08f2e4b175e549ca5d4da1faacec4cc8

Added easier construction of filters

hhamnis committed 11 years ago
Unverified
6014c393b85e07d87135fc8df289a6851b1bad58

Add tests

hhamnis committed 11 years ago
Unverified
9d7c2d100e4906a97285050e52c116f3e5be5466

Size and isEmpty added to Result

hhamnis committed 11 years ago
Unverified
2a2f11e89b4a8d3ca8cb58fe0338d60d76a12f8f

Deprecated getValue(family, column), Extracted Coordinates to separate class

hhamnis committed 11 years ago

README

The README file for this repository.

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.