Apache Mesos 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Apache Mesos 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Apache Mesos 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 Apache
开发语言 C/C++
操作系统 跨平台
软件类型 开源软件
开源组织 Apache
地区 不详
投 递 者 bear256
适用人群 未知
收录时间 2012-01-08

软件简介

Apache Mesos是一个集群管理器,提供了有效的、跨分布式应用或框架的资源隔离和共享,可以运行Hadoop、MPI、Hypertable、Spark。

特性:

  • Fault-tolerant replicated master using ZooKeeper
  • Scalability to 10,000s of nodes
  • Isolation between tasks with Linux Containers
  • Multi-resource scheduling (memory and CPU aware)
  • Java, Python and C++ APIs for developing new parallel applications
  • Web UI for viewing cluster state

开源中国组织翻译的 Apache Mesos 中文文档:http://mesos.mydoc.io

展开阅读全文

评论

点击加入讨论🔥(3) 发布并加入讨论🔥
发表于开源治理专区
2021/04/08 10:15

Apache Mesos 正在投票讨论是否退役

Apache Mesos 项目的开发者邮件列表显示,他们正在就是否解散 PMC(项目管理委员会)以及是否将项目移动至 Apache Attica 进行投票。 邮件还提到,对该项目感兴趣的社区成员可自行 fork 出来进行协作开发。 Apache Mesos 是一个集群管理器,提供了有效的、跨分布式应用或框架的资源隔离和共享,支持 Hadoop、MPI、Hypertable、Spark 等应用架构,支持 Docker 容器。 值得一提的是,项目退役并不像关闭项目那样简单,因为既需要让...

6
0
发表于开发技能专区
2018/02/09 10:38

Mesos 1.5 发布,在存储、性能资源管理方面有重大改进

Mesos 1.5当中包含资源管理、存储与容器化方面的多项重大改进。容器存储接口(简称CSI)支持正是Mesos 1.5当中全新的实验性能力之一,此外亦有大量与之配合的新功能伴随1.5版本一道推出。对代理进行重新配置的新能力将使得操作人员拥有更出色的使用体验。性能提升使得主节点故障转移速度提升80%到85%,而v1 API性能也得到了显著改善。新版本中的资源管理机制更为灵活。此外,同样重要的是,镜像垃圾收集与更强大的Windows支持能...

1
4
发表了资讯
2016/07/28 00:00

Apache Mesos 1.0.0 发布,集群管理器

今天Apache 社区发布了 Apache Mesos 1.0.0, 这是 Apache Mesos 的一个里程碑事件。相较于前面的版本, 1.0.0首先是改进了与 docker 的集成方式,弃用了 docker daemon;其次,新版本大力推进解决了接口规范化问题,新的 HTTP API 使得开发者能够更容易的开发 Mesos 框架;最后, 为了更好的满足企业用户的多租户,安全,审计等需求,新版本提供了更细粒度的授权验证机制。详细更新列表请点击此处查看。 更新内容: * Schedule...

3
28
发表了资讯
2016/02/05 00:00

Apache Mesos 0.27.0 发布,集群管理器

Apache Mesos 0.27.0 发布,更新如下: [MESOS-1791]: Support for resource quota that provides non-revocable resource guarantees without tying reservations to particular Mesos agents. Please refer to the quota documentation for more information. [MESOS-191]: Multiple disk support to allow for disk IO intensive applications to achieve reliable, high performance. [MESOS-4085]: Flexible roles with th...

3
13
发表了资讯
2015/12/21 00:00

Apache Mesos 0.26.0 发布,集群管理器

Apache Mesos 0.26.0 发布,此版本主要是改进和 bug 修复: Bug 修复 [MESOS-1867] - Precision errors in UI [MESOS-2864] - Master should not change the state of a terminal task if it receives another terminal update [MESOS-3030] - Build failure on OS 10.11 using Xcode 7. [MESOS-3123] - DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged fails & crashes [MESOS-3272] - CgroupsAnyHierarchyWithC...

2
14
发表了资讯
2015/11/29 00:00

众包翻译分享 —— 《Apache Mesos 官方文档》

《Apache Mesos 官方文档》翻译悬赏已经完结,现发布共享: mesos.mydoc.io 感谢各位译者和校对者的参与: 翻译: Yol:《对 Mesos 贡献》《Mesos 扩展》 土豆妮珠:《高级功能》 抢小孩糖吃:《运行 Mesos 框架》 《开发 Mesos 框架》 黑传说:《Mesos 基础》《运行 Mesos》 校对: KevinShu :《Mesos 基础》《运行 Mesos》 秣马儿:《对 Mesos 贡献》《Mesos 扩展》 itfanr:《高级功能》《开发 Mesos 框架》 船老大:《运行...

28
48
发表了资讯
2015/10/26 00:00

Apache Mesos 0.25.0 发布,集群管理器

Apache Mesos是一个集群管理器,提供了有效的、跨分布式应用或框架的资源隔离和共享,可以运行Hadoop、MPI、Hypertable、Spark。 Apache Mesos 0.25.0 发布,此版本主要是一些改进和 bug 修复: 改进 [MESOS-2719] - Deprecating '.json' extension in master endpoints urls [MESOS-2757] - Add -> operator for Option<T>, Try<T>, Result<T>, Future<T>. [MESOS-2875] - Add containerId to ResourceUsage to enable QoS co...

5
23
发表了资讯
2015/09/27 00:00

Apache Mesos 0.24.1 发布,集群管理器

Apache Mesos 0.24.1 发布,此版本主要是功能改进和 bug 修复: Bug 修复 [MESOS-2166] - PerfEventIsolatorTest.ROOT_CGROUPS_Sample requires 'perf' to be installed [MESOS-2337] - __init__.py not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos [MESOS-2480] - Protobuf jar is required for unbundled protobuf regardless of --disable-java flag. [MESOS-2493] - google glog link is incorrect [M...

2
13
发表了资讯
2015/09/21 00:00

Apache Mesos 0.24.0 发布,集群管理器

Apache Mesos 0.24.0 发布,此版本更新内容如下: Bug 修复 [MESOS-2166] - PerfEventIsolatorTest.ROOT_CGROUPS_Sample requires 'perf' to be installed [MESOS-2337] - __init__.py not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos [MESOS-2480] - Protobuf jar is required for unbundled protobuf regardless of --disable-java flag. [MESOS-2493] - google glog link is incorrect [MESOS-2497] -...

0
13
发表了资讯
2015/08/21 00:00

集群管理器 Mesos 能在 Windows 上运行了!

Mesosphere 和微软合作,把 Mesos 移植到 Windows,Mesos 能在 Windows Server 上运行了! Mesosphere,一家致力于构建一个基于 Mesos 项目的容器集中化“数据中心的操作系统”的公司,在 MesosCon 上公开了在 Windows Server 2016 预览版本上运行 Mesos 的第一个 demo。 微软在昨天刚刚发布了支持 Docker 容器的 Windows Server 技术预览版,开发人员都希望这些特性能很快在生产环境使用。 Mesosphere 联合创始人 Ben Hindman ...

14
28
发表了资讯
2015/08/02 00:00

Apache Mesos 0.23.0 发布,集群管理器

Apache Mesos 0.23.0 发布,此版本主要改进: [MESOS-692] - Reservations are not reported in master's state.json [MESOS-994] - Add an Option<string> os::getenv() to stout [MESOS-1733] - Change the stout path utility to declare a single, variadic 'join' function instead of several separate declarations of various discrete arities [MESOS-1991] - Remove dynamic allocation from Option [MESOS-2023] - m...

2
20
发表了资讯
2015/06/01 00:00

Apache Mesos 0.22.1 发布,集群管理器

Apache Mesos 0.22.1 发布,此版本更新内容: Bug 修复 [MESOS-1795] - Assertion failure in state abstraction crashes JVM [MESOS-2161] - AbstractState JNI check fails for Marathon framework [MESOS-2583] - Tasks getting stuck in staging [MESOS-2592] - The sandbox directory is not chown'ed if the fetcher doesn't run [MESOS-2601] - Tasks are not removed after recovery from slave and mesos containeriz...

0
16
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
3 评论
169 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部