Created 03-22-2017 04:22 PM
We have recently upgrade to HW 2.5. We are using the Brickhouse libraries. In finding artifacts we seem to get most if not all from the hortonworks repo. But the jar files for hbase 1.1.2.2.5.3.0-37( in fact all the 1.1.2.2.5 jar files) seem to be missing. It has brought all our code to a halt until we can rebuild this. 1.1.2.2.4.* jar files appear to exist.
We are using http://repo.hortonworks.com/content/repositories/releases
Am I looking in the wrong place? I don't have a ton of java and maven experience. Is there a concept I may be missing?
Created 03-22-2017 05:07 PM
See this instead http://repo.hortonworks.com/content/groups/public/org/apache/hbase/
Created 03-22-2017 05:13 PM
All that part of the tree hbase/hbase/* only has POM files and no jar files. In both hortonworks repos.
Created 03-22-2017 05:15 PM
Created 03-22-2017 05:24 PM
The pom.xml is look for <artifactId>hbase</artifactId>. Should I change that to abase-client?
Created 03-22-2017 05:27 PM
I have no idea what dependencies that your application needs, but probably yes. The artifact of "hbase" is just the parent pom.xml (no jar). hbase-client is the expected entry point for clients of HBase.