项目作者: rhythmv

项目描述 :
Delete data based on time range in hbase
高级语言: Scala
项目地址: git://github.com/rhythmv/HbaseTimeRangeDelete.git
创建时间: 2020-01-09T15:29:31Z
项目社区:https://github.com/rhythmv/HbaseTimeRangeDelete

开源协议:

下载


HbaseTimeRangeDelete

When a Delete command is issued through the HBase client, data is not deleted instead a tombstone marker is set. The cells will get deleted during compaction happening periodically.

Delete data based on time range in hbase was achieved by hbase shell and scala (running both in cdh client and cluster mode).