bigdata

Hbase

Fixing currupted tables

This will fix corrupted blocks on hbase table. Hbase has a x2 replication factor by default. Even in case the hdfs x3 replication factor has failed, hbase can regenerate.

# Diagnosis
hbase hbck -details
# Fix
hbase hbck -fix 

React ?

This page was last modified: