Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 332 Bytes

hbase-utils

Notice: This repository is no longer maintained as of 3/26/2024

A collection of Java utility scripts for interacting with HBase.

Usage

java -cp "$(hbase classpath):./dist" HBaseTruncate "table-1" "table-2"

Compilation

You'll need to be on a machine with a JDK and HBase installed.

make