I do have existing hbase table & for SQL support I am trying to explore if I can create apache phoenix table.
I would like to know if I create phoenix table on existing hbase table, does it replicate (or copy) data present in hbase table, or phoenix table just links to existing data present in hbase?
My phoenix version is <4.12.0 so this error still applies on my version & hence can't create View on top of existing hbase table.