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

An example of how to use hbase-testing-util and Apache Maven Shade Plugin.

Notifications You must be signed in to change notification settings

zhao-y/hbasetestingexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of how to use hbase-testing-util and Apache Maven Shade Plugin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages