jmeter load test-检查“zookeeper.znode.parent”中配置的值

erhoui1w  于 2021-07-13  发布在  Hbase
关注(0)|答案(0)|浏览(190)

我正在尝试使用jmeter加载测试hbase。在jmeter.log文件中,我看到hbase-site.xml文件被选中。以下是日志片段:

2021-02-10 10:27:05,791 INFO o.a.j.JMeter: Loading user properties from: user.properties
2021-02-10 10:27:05,791 INFO o.a.j.JMeter: Loading system properties from: system.properties
2021-02-10 10:27:05,792 INFO o.a.j.JMeter: Setting System property: javax.security.auth.useSubjectCredsOnly=false
2021-02-10 10:27:05,792 INFO o.a.j.JMeter: Setting System property: java.security.krb5.conf=/etc/krb5.conf
2021-02-10 10:27:05,792 INFO o.a.j.JMeter: Setting System property: java.security.auth.login.config=/home/svctranhist/gss-jaas.conf
2021-02-10 10:27:05,792 INFO o.a.j.JMeter: Setting System properties from file: /etc/hbase/conf/hbase-site.xml
2021-02-10 10:27:05,804 INFO o.a.j.JMeter: Copyright (c) 1998-2021 The Apache Software Foundation
2021-02-10 10:27:05,805 INFO o.a.j.JMeter: Version 5.4.1

hbase-site.xml具有zookeeper.znode.parent属性。但是在运行jmx文件时,我得到了以下错误。

2021-02-10 09:16:08,969 ERROR o.a.h.h.z.ZooKeeperNodeTracker: Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.

我正在使用以下命令运行jmx文件:

./jmeter -Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.krb5.conf=/etc/krb5.conf -Djava.security.auth.login.config=/home/svctranhist/gss-jaas.conf -S /etc/hbase/conf/hbase-site.xml -n -t ../HBase_Load_Test_Plan.jmx -l ./hbase_50.csv

我错过什么了吗?我需要显式地给zookeeper.znode.parent吗?我被困在这上面了。有人能帮我一下吗。提前谢谢。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题