|
|
-
RE: secondary indexing of tablesRamkrishna.S.Vasudevan 2012-06-28, 11:51
I don't have a sample code. But it can be done using Coprocessors because
it provides lot of hooks. HBASE-2038 will give you pointers towards that and before that please read about coprocessors also. This is just one way of doing it. Regards Ram > -----Original Message----- > From: Harsh Gupta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2012 4:02 PM > To: [EMAIL PROTECTED] > Subject: secondary indexing of tables > > I am using hbase-0.94 and I want to implement secondary index. > How can I implement this? > A sample code or tutorial will be of great help. > > Thanks, > Harsh |