Open dequn opened 8 years ago
I'm unable to import IndexAdmin. Should I add something as maven dependancy.
I already have
<artifactId>hbase-client</artifactId>
<version>1.1.2</version>
</dependency>
as dependancy
@dequn - just to confirm, were you successful in building the coprocessor and running in hbase 1.1.2? If so, did you have to make significant changes to the build/codebase for the coprocessor to work in the later version?
Is there no compile document? I have hbase 1.1.2 and cannot compile under maven 3.3.9. Ok, now I compile it successfully on another machine, and can I use secondary index only copy some related jars or files to my existed cluster which hbase version is 1.1.2. Thanks!