Apache phoenix: create phoenix table maps to existing hbase table
问题 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. 回答1: We can create a Phoenix table on top of the existing Hbase