Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 255 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 255 Bytes

Hbase-Cleaner

Clean rows from Hbase by period

Run:

node cleaner.js

Config:

{
"hbase_host": "u.hbase.host",
"hbase_port": "8080",
"params": {
  "startTime": "1388534400000",
  "endTime": "1498535400000",
  "batch": "10000000"}
}