我试着在mesos上运行elasticsearch mesos。我的机器运行的是Ubuntu14.04。我已经按照以下说明运行了安装了mesosphere包的mesos集群。当我运行测试框架时,它会在mesosui的框架下获得lister,但对于elasticsearch mesos,它不会在mesos webui下列出。我想在mesos上运行elasticsearch mesos。我遵循这里的指示。当我跑的时候 ./elasticsearch-mesos
我在终点站收到一条信息
I0108 17:24:01.898540 23861 group.cpp:385] Trying to create path '/mesos' in ZooKeeper
我试着在mesos的主人和奴隶身上运行/elasticsearch mesos。
终端输出的最后几行如下所示
2015-01-08 17:24:01,881:23844(0x7f175bfff700):ZOO_INFO@zookeeper_init@786: Initiating
client connection, host=localhost:2181 sessionTimeout=10000 watcher=0x7f1762a3e6a0
sessionId=0 sessionPasswd=<null> context=0x7f1710002530 flags=0
I0108 17:24:01.881392 23858 sched.cpp:137] Version: 0.21.1
2015-01-08 17:24:01,881:23844(0x7f172b7fe700):ZOO_INFO@check_events@1703: initiated
connection to server [127.0.0.1:2181]
2015-01-08 17:24:01,897:23844(0x7f172b7fe700):ZOO_INFO@check_events@1750: session
establishment complete on server [127.0.0.1:2181], sessionId=0x14ac7c469270006,
negotiated timeout=10000
I0108 17:24:01.898455 23861 group.cpp:313] Group process (group(1)@127.0.1.1:38668)
connected to ZooKeeper
I0108 17:24:01.898509 23861 group.cpp:790] Syncing group operations: queue size (joins,
cancels, datas) = (0, 0, 0)
I0108 17:24:01.898540 23861 group.cpp:385] Trying to create path '/mesos' in ZooKeeper
1条答案
按热度按时间icnyk63a1#
根据自述https://github.com/mesosphere/elasticsearch-mesos,您可能需要修改
mesos.master.url
指向mesos主机正在使用的同一个zk url(可能不是localhost)。如果您使用的是单个主mesos集群,那么可以跳过zk url并将此参数直接指向mesos主集群。另外请注意,elasticsearch框架有点过时,因此请谨慎使用