Windows 上的 Apache Mesos 路线图
Roadmap for Apache Mesos on Windows
我看到现在正在努力使 Mesos 在 Windows(至少服务器)上可用。
https://mesosphere.com/blog/2015/08/20/mesos-everywhere-apache-mesos-for-windows-server/
有人知道 updates/roadmap 这方面的努力吗?我尝试查看 https://github.com/apache/mesos/search?q=&type=Issues 但没有发现 Windows 支持的任何问题。
你可以看看这个帖子 http://search-hadoop.com/m/0Vlr6bGrJMIwE1j Alex 在这个帖子里回复了他的计划。
Mesos 使用 JIRA to track issues, that's why nothing shows up in GitHub. The Windows port is now very actively being worked on。有两个 JIRA epics 跟踪工作:
Introduce CMake as an alternative build system.
计划首先移植 Mesos Agent。完成后,将有可能在 Linux 上拥有 Master运行 和 Linux 或 Windows 上的 Agents 运行 的集群(或两个都)。
基于 CMake 的构建系统的当前实现非常实用。它允许绑定所有用于构建 Agent 的依赖项并生成 Agent 二进制文件。移植 Mesos 构建系统工具(post-reviews 脚本、bootstrap 脚本等)的工作目前正在进行中。
我看到现在正在努力使 Mesos 在 Windows(至少服务器)上可用。
https://mesosphere.com/blog/2015/08/20/mesos-everywhere-apache-mesos-for-windows-server/
有人知道 updates/roadmap 这方面的努力吗?我尝试查看 https://github.com/apache/mesos/search?q=&type=Issues 但没有发现 Windows 支持的任何问题。
你可以看看这个帖子 http://search-hadoop.com/m/0Vlr6bGrJMIwE1j Alex 在这个帖子里回复了他的计划。
Mesos 使用 JIRA to track issues, that's why nothing shows up in GitHub. The Windows port is now very actively being worked on。有两个 JIRA epics 跟踪工作:
Introduce CMake as an alternative build system.
计划首先移植 Mesos Agent。完成后,将有可能在 Linux 上拥有 Master运行 和 Linux 或 Windows 上的 Agents 运行 的集群(或两个都)。
基于 CMake 的构建系统的当前实现非常实用。它允许绑定所有用于构建 Agent 的依赖项并生成 Agent 二进制文件。移植 Mesos 构建系统工具(post-reviews 脚本、bootstrap 脚本等)的工作目前正在进行中。