You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Aggag, Khalid" <ag...@amazon.com> on 2016/03/28 10:09:35 UTC

Compiling HBase against ZooKeeper 3.5.1-aplha

Hello All,
Wondering if anyone tried compiling latest stable HBase against ZooKeeper 3.5.1-aplha? I get the exception below when trying to compile. Any patch out there for this?

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /workspace/workspace/bigtop.release-rpm-4.3.0-zk-3.5.1/build/hbase/rpm/BUILD/hbase-1.1.3/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java:[89,22] error: unreported exception AdminServerException; must be caught or declared to be thrown
[ERROR] /workspace/workspace/bigtop.release-rpm-4.3.0-zk-3.5.1/build/hbase/rpm/BUILD/hbase-1.1.3/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/HQuorumPeer.java:[94,22] error: unreported exception AdminServerException; must be caught or declared to be thrown
[INFO] 2 errors


Khalid Aggag