为什么通过dcos软件包在Mesos上安装Cassandra失败,原因是;url:/marathon/v2/info";超过最大重试次数;?

为什么通过dcos软件包在Mesos上安装Cassandra失败,原因是;url:/marathon/v2/info";超过最大重试次数;?,cassandra,mesos,Cassandra,Mesos,我正在尝试使用dcos软件包install Cassandra在Mesos上安装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 no

我正在尝试使用dcos软件包install Cassandra在Mesos上安装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',))
Apache Cassandra DCOS服务实现为alpha,可能存在错误、不完整的功能、不正确的文档或其他差异。
默认配置需要3个节点,每个节点具有0.3个CPU共享、1184MB内存和272MB磁盘。
是否继续安装?[是/否]是
安装Marathon应用程序包[cassandra]版本[0.2.0-1]
网址[http://localhost/marathon/v2/info]无法访问:HTTPConnectionPool(host='localhost',port=80):url:/marathon/v2/info超过了最大重试次数(由NewConnectionError引起(':无法建立新连接:[Errno 111]连接被拒绝',))

谁能告诉我为什么以及如何修复它吗?

DCOS CLI用于管理中间层的DCO实例。DCOS是建立在Mesos之上的软件堆栈。无法使用DCOS CLI管理未在DCOS上运行的马拉松安装

您可以选择使用DCOS(这将允许您使用DCOS CLI安装Cassandra)或自己尝试运行Cassandra

如果选择使用DCO,则可以从开始使用免费社区版


如果你想在马拉松比赛中试着跑卡桑德拉,这里有一些有用的详细说明(这里不重复,因为它们相当长)

这意味着您的Marathon框架无法在localhost:80上访问。你确定它真的在运行吗?