elasticsearch-mesos 未在 mesosUI 框架下列出
elasticsearch-mesos not getting listed under frameworks of mesosUI
我正在尝试 运行 mesos.My 机器上的 elasticsearch-mesos 运行ning ubuntu 14.04。我按照这些 instructions. When I run test frameworks it gets lister under frameworks of mesosUI but for elasticsearch-mesos its not getting listed under mesos webUI. I want to run elasticsearch-mesos on top of mesos. I followed instructions given here 安装了带有 mesosphere 软件包的 运行ning mesos 集群。当我 运行 ./elasticsearch-mesos
我在终端
收到一条消息
I0108 17:24:01.898540 23861 group.cpp:385] Trying to create path '/mesos' in ZooKeeper
我在 mesos 主节点和从节点上都尝试了 运行ning ./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
根据 https://github.com/mesosphere/elasticsearch-mesos 中的自述文件,
您可能需要修改 mesos.master.url
以指向 Mesos 管理节点正在使用的相同 ZK url(可能不是本地主机)。如果您使用的是单主机 Mesos 集群,则可以跳过 ZK url 并将此参数直接指向 Mesos 主机。
另请注意elasticsearch框架有点过时,谨慎使用
我正在尝试 运行 mesos.My 机器上的 elasticsearch-mesos 运行ning ubuntu 14.04。我按照这些 instructions. When I run test frameworks it gets lister under frameworks of mesosUI but for elasticsearch-mesos its not getting listed under mesos webUI. I want to run elasticsearch-mesos on top of mesos. I followed instructions given here 安装了带有 mesosphere 软件包的 运行ning mesos 集群。当我 运行 ./elasticsearch-mesos
我在终端
I0108 17:24:01.898540 23861 group.cpp:385] Trying to create path '/mesos' in ZooKeeper
我在 mesos 主节点和从节点上都尝试了 运行ning ./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
根据 https://github.com/mesosphere/elasticsearch-mesos 中的自述文件,
您可能需要修改 mesos.master.url
以指向 Mesos 管理节点正在使用的相同 ZK url(可能不是本地主机)。如果您使用的是单主机 Mesos 集群,则可以跳过 ZK url 并将此参数直接指向 Mesos 主机。
另请注意elasticsearch框架有点过时,谨慎使用