File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4242import org .apache .yetus .audience .InterfaceStability ;
4343import org .apache .zookeeper .server .ServerConfig ;
4444import org .apache .zookeeper .server .ZooKeeperServerMain ;
45+ import org .apache .zookeeper .server .admin .AdminServer .AdminServerException ;
4546import org .apache .zookeeper .server .quorum .QuorumPeerConfig ;
4647import org .apache .zookeeper .server .quorum .QuorumPeerMain ;
4748import org .slf4j .Logger ;
@@ -87,7 +88,7 @@ public static void main(String[] args) {
8788 }
8889
8990 private static void runZKServer (QuorumPeerConfig zkConfig )
90- throws UnknownHostException , IOException {
91+ throws IOException , AdminServerException {
9192 if (zkConfig .isDistributed ()) {
9293 QuorumPeerMain qp = new QuorumPeerMain ();
9394 qp .runFromConfig (zkConfig );
Original file line number Diff line number Diff line change 2626import org .apache .yetus .audience .InterfaceAudience ;
2727import org .apache .zookeeper .KeeperException ;
2828import org .apache .zookeeper .ZooKeeperMain ;
29+ import org .apache .zookeeper .cli .CliException ;
2930
3031
3132/**
@@ -61,7 +62,7 @@ public HACK_UNTIL_ZOOKEEPER_1897_ZooKeeperMain(String[] args)
6162 * @throws IOException in case of a network failure
6263 * @throws InterruptedException if the ZooKeeper client closes
6364 */
64- void runCmdLine () throws KeeperException , IOException , InterruptedException {
65+ void runCmdLine () throws CliException , IOException , InterruptedException {
6566 processCmd (this .cl );
6667 System .exit (0 );
6768 }
Original file line number Diff line number Diff line change 14711471 <protobuf .plugin.version>0.5.0</protobuf .plugin.version>
14721472 <thrift .path>thrift</thrift .path>
14731473 <thrift .version>0.12.0</thrift .version>
1474- <zookeeper .version>3.4.10 </zookeeper .version>
1474+ <zookeeper .version>3.5.5 </zookeeper .version>
14751475 <!-- What ZooKeeper 3.4.x depends on and nothing more -->
14761476 <jline .version>0.9.94</jline .version>
14771477 <slf4j .version>1.7.25</slf4j .version>
You can’t perform that action at this time.
0 commit comments