进入zookeeper/bin目录下

连接zookeeper

sh zkCli.sh -server localhost:2181 

查看

ls /configs

结果如下

[zk: localhost:2181(CONNECTED) 5] ls /configs
[test_collection, myconf, _default, gettingstarted, solr_test_conllection_conf]

  

 

相关文章:

  • 2021-06-17
  • 2021-12-18
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-11-14
猜你喜欢
  • 2021-09-20
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案