Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 487 Bytes

HBase Application Testing Example

This repository is an example of

  • how to use HBaseTestingUtility to test HBase Application
  • how to use Apache Maven Shade Plugin to resolve dependency conflict

how to run the test

// clone the code
git clone https://github.com/zhao-y/hbasetestingexample.git

// install shadow library
cd hbasetesting-shadow
mvn install

// run test
cd ../hbasetesting
mvn test