Member since
12-06-2017
4
Posts
0
Kudos Received
0
Solutions
12-07-2017
06:43 PM
good that the data is there. here's the next things you can do: 1. check table size on src cluster and snapshot size on dest cluster [hadoop dfs -du-h /apps/hbase/data/<table> or something like that] 2. compare files in snapshots that are getting listed and one which is not. What happens during copying snapshot is first data gets copied into some temp dir on dest cluster and then it gets moved to actual folder. If you see some files missing [metadata file. with .snapshot extension probably], try to search for them in other places .tmp folder as far as I remember, if you happen to find them, move it to table snapshot folder. I don't exactly remember all the dir names and locations so you will have to explore around a bit
... View more