gpt4 book ai didi

configuration - HBaseTestingUtility 设置配置 Zookeeper clientPort 不工作

转载 作者:行者123 更新时间:2023-12-01 13:49:51 25 4
gpt4 key购买 nike

我使用 HBaseTestingUtility 进行集成测试。我想让 Zookeeper 监听 2181 端口

HBaseTestingUtility testUtil = new HBaseTestingUtility();
testUtil.getConfiguration().set("hbase.zookeeper.property.clientPort", "2181");
MiniHBaseCluster cluster = testUtil.startMiniCluster();

但是,每次测试运行时,Zookeeper 都会在随机端口上保持监听。

LOG: Started MiniZK Cluster and connect 1 ZK server on client port: 62251

这里有什么问题?

最佳答案

试试这个:

HBaseTestingUtility testUtil = new HBaseTestingUtility();
testUtil.getConfiguration().set("test.hbase.zookeeper.property.clientPort", "2181");
MiniHBaseCluster cluster = testUtil.startMiniCluster();

关于configuration - HBaseTestingUtility 设置配置 Zookeeper clientPort 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32752513/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com