Hello, I have tried to export some hbase tables and import them on a different hbase installation. Therefore I used the "hbase export/import" command.
During import I get this error message for some tables: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 3 actions: NoSuchColumnFamilyException: 3 times, servers with issues: localhost:47741 I already compared the column description of both tables (source and destination system). Both provide the same column families. Some time ago I have added/removed some column families at the source system. Is it possible that some data still refer to the old column families? But I assume that in this case calling "describe 'TABLE'"at the hbase shell should list them, right? Sadly the error message doesn't show which column family triggers the exception. Is there a way to get this information? Or do you have any other idea how to solve the problem? best wishes, Björn
