我正在尝试安装Cassandra对mesos使用 dcos package install cassandra
,但我收到了以下错误消息:
The Apache Cassandra DCOS Service implementation is alpha and there may be bugs, incomplete features, incorrect documentation or other discrepancies.
The default configuration requires 3 nodes each with 0.3 CPU shares, 1184MB of memory and 272MB of disk.
Continue installing? [yes/no] yes
Installing Marathon app for package [cassandra] version [0.2.0-1]
URL [http://localhost/marathon/v2/info] is unreachable: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: /marathon/v2/info (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x31aea10>: Failed to establish a new connection: [Errno 111] Connection refused',))
有人能告诉我为什么和怎么修吗?
1条答案
按热度按时间bxpogfeg1#
dcos cli用于管理mesophere的dcos示例。dcos是建立在mesos之上的软件栈。不能使用dcos cli管理未在dcos上运行的马拉松式安装。
您可以选择使用dcos来修复此问题,这将允许您使用dcos cli安装cassandra,或者尝试自己在marathon上运行cassandra。
如果您选择使用dcos,您可以从mesophere网站开始使用免费社区版。
如果你想在马拉松比赛中试着跑Cassandra,这里有一些关于玛辛胸罩的有用的详细说明ński的博客(这里没有转载,因为它们相当长)。