Now i want create a table to store forum boards struction, I design the
schema like this:
Rowkey: domin reverse + the board hierarchy in the forum + ID(long time
when this data in) ;
column families:(1) info: name # the name of the board
info: url # the board of url
(2)relation:ID value is:father or child
So I want to insert a row to a board,and how can i find the father id(in the
Rowkey) by input parameters(column,qualifier,value)?
In hbase 0.20 api,I can find any method to finish this work, can anyone give
me a help? thanks a lot.