I am saving list of data as below in hbase with unique id along with column family name :
I can query on address column family with specific id but I want to query on the json value like
where homenumber = 4
Can we do that? Any example will be helpful
Thanks