Hi team, I'm trying to transport a phoenix table between two clusters, by copying all related hbase files on hdfs from cluster A to cluster B. But after i executed CreateTableStatement in phoenix, phoenix failed to map those files into table, and `select *` got nothing.
The questions are, Is there a proper way or tool to do the table transportation? If answer is no, can team provide some code pointers if i want to implement it? Or reason why is this infeasible? FYI, both hbase version are both 1.x but different in minor version, phoenix version gap is huge, 4.7.0 and 4.14.1. Any suggestions are appreciated! Thanks -------------------------- Best regards, R.C
