Hi All,
I started using HBase for a while and i am working on some open source
project which has some old jars from Hadoop and HBase.
Now I am trying to update it to the latest Hadoop and HBase versions and I
have trouble doing it.
Noticably, I have a jar *"hbase-0.20.3-indexed.jar" * in the project and I
dont find that jar in the latest hbase version (0.20.6), so I am having
problem figuring out following imports in the project
*import **org.apache.hadoop.hbase.client.idx*.IdxColumnDescriptor;
**
*
import org.apache.hadoop.hbase.client.idx.IdxIndexDescriptor;
import org.apache.hadoop.hbase.client.idx.IdxQualifierType;
Any help how can get this classes in the new HBase version or any
replacements for these in newer versions ?
Thanks in advance
- Prvn
*
**
**