What should I do if I fail to create tables due to the FAILED_OPEN state of Regions?
If a network, HDFS, or Active HMaster fault occurs during the creation of tables, some Regions may fail to go online and therefore enter the FAILED_OPEN state. In this case, tables fail to be created.
The tables that fail to be created due to the preceding mentioned issue cannot be repaired. To solve this problem, perform the following operations to delete and re-create the tables:
disable '<table_name>'
drop '<table_name>'