Hi, We are running into problems with Phoenix when we try to create indexes on Views. The steps we followed are :
1. Created a Phoenix table over existing hbase table. 2. Created views for each column family for of the hbase table by Using "Alter view " command over views created out of source Phoenix table. 3. Created indexes over each of the Phoenix view created. But when we query any of the views we face a problem , ""NoSuchColumnFamily" exception, column family 0 not found in _IDX_DataVault_new table " Can anybody let me know about the issue here? Thanks, Siddharth Ubale,
