Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

rebuilding brickhouse libraries for 2.5, need hbase jars

New Contributor

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?

5 REPLIES 5

New Contributor

All that part of the tree hbase/hbase/* only has POM files and no jar files. In both hortonworks repos.

New Contributor

The pom.xml is look for <artifactId>hbase</artifactId>. Should I change that to abase-client?

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.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.