Huawei-Hadoop / hindex

Secondary Index for HBase
Apache License 2.0
591 stars 286 forks source link

No compile document? #58

Open dequn opened 8 years ago

dequn commented 8 years ago

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!

AvinashChowdary commented 8 years ago

I'm unable to import IndexAdmin. Should I add something as maven dependancy. I already have

org.apache.hbase
        <artifactId>hbase-client</artifactId>
        <version>1.1.2</version>
    </dependency>

as dependancy

kjbartholet commented 7 years ago

@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?

dequn commented 7 years ago

Sorry, long time no use. I switched to Phoenix , it's likely hindex has been abandoned, and HuaWei (the corporation of this repo's owner) also is in the users list of Phoenix, you can have a try. Good for you.