Iam試圖在mesos上運行elasticsearch-mesos。我的機器運行的是Ubuntu 14.04。我已經通過以下這些instructions運行與mesosphere軟件包一起安裝的mesos羣集。當我運行測試框架時,它會在mesosUI的框架下獲取lister,但對於elasticsearch-mesos,它不會在mesu webUI下列出。我想在mesos之上運行elasticsearch-mesos。我遵循here給出的說明。當我運行./elasticsearch-mesos
我在終端elasticsearch-mesos沒有得到在mesosUI的框架下列出
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):[email protected][email protected]: 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):[email protected][email protected]: initiated
connection to server [127.0.0.1:2181]
2015-01-08 17:24:01,897:23844(0x7f172b7fe700):[email protected][email protected]: 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
感謝您的回覆。我解決了它。但是仍然elasticsearch沒有在Mesos WebUI的框架下獲得列表。我在終端中獲得了框架註冊的消息。 –