hbase-scala


License

License

Categories

Categories

Scala Languages Net
GroupId

GroupId

net.hamnaberg
ArtifactId

ArtifactId

hbase-scala_2.11
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

hbase-scala
hbase-scala
Project URL

Project URL

http://github.com/hamnis/hbase-scala
Project Organization

Project Organization

net.hamnaberg
Source Code Management

Source Code Management

http://github.com/hamnis/hbase-scala

Download hbase-scala_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.hamnaberg/hbase-scala_2.11/ -->
<dependency>
    <groupId>net.hamnaberg</groupId>
    <artifactId>hbase-scala_2.11</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg/hbase-scala_2.11/
implementation 'net.hamnaberg:hbase-scala_2.11:0.4.1'
// https://jarcasting.com/artifacts/net.hamnaberg/hbase-scala_2.11/
implementation ("net.hamnaberg:hbase-scala_2.11:0.4.1")
'net.hamnaberg:hbase-scala_2.11:jar:0.4.1'
<dependency org="net.hamnaberg" name="hbase-scala_2.11" rev="0.4.1">
  <artifact name="hbase-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg', module='hbase-scala_2.11', version='0.4.1')
)
libraryDependencies += "net.hamnaberg" % "hbase-scala_2.11" % "0.4.1"
[net.hamnaberg/hbase-scala_2.11 "0.4.1"]

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.2
commons-configuration : commons-configuration jar 1.6
org.apache.hbase : hbase jar 0.94.18
org.apache.hadoop : hadoop-core jar 1.0.4
org.apache.zookeeper : zookeeper jar 3.4.5
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jcl-over-slf4j jar 1.7.5
com.google.protobuf : protobuf-java jar 2.4.0a
commons-lang : commons-lang jar 2.6
commons-digester : commons-digester jar 1.8
commons-beanutils : commons-beanutils jar 1.7.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.2
org.mockito : mockito-core jar 1.9.5
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.4.1