0

I'm currently try to experience hbase to develop a hbase connector for a given project. so that I need to develop secondary indexing for that. so that I just need to know does hbase 0.94.18 supports for secondary indexes using coprocessors. Can somebody give me a help to do that ? because I'm really new to hbase and all.

Rikesh
  • 26,156
  • 14
  • 79
  • 87
Chamika Kasun
  • 96
  • 3
  • 16

1 Answers1

0

HBase itself doesn't support secondary index. But you can refer to this Huawei add secondary index for HBase.

mashuai
  • 561
  • 3
  • 10