Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.13
Description
We can get data of the expired snapshot through the following way.
hbase org.apache.hadoop.hbase.mapreduce.CopyTable --snapshot expired_snapshot --new.name my_table
And we did not check if the snapshot is expired when we export a snaoshot by ExportSnapshot tool.