Skip to content

hbase4s/hbase4s-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of using HBase4s

Instructions

Clone repository and build with sbt.

Requirements:

  • Java 8+
  • Sbt 0.13+

Running examples locally

  1. Download and install HBase from hbase.apache.org (version 1.3.1 or newer).
  2. Start HBase server: start-hbase.sh
  3. Open shell hbase shell and create transactions table with event column family: create 'transactions','event'
  4. Run HelloHBase class with simple example of hbase4s usage

Releases

No releases published

Packages

No packages published

Languages