Apache Mesos 集群管理器

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

Mesos使用了与Linux内核相似的规则来构造,仅仅是不同抽象层级的差别。Mesos从设备(物理机或虚拟机)抽取 CPU,内存,存储和其他计算资源,让容错和弹性分布式系统更容易使用。Mesos内核运行在每个机器上,在整个数据中心和云环境内向应用程序 (Hadoop、Spark、KafkaElastic Serarch等等)提供资源管理和资源负载的API接口。

特性:

  • 可扩展到10000个节点
  • 使用ZooKeeper实现Master和Slave的容错
  • 支持Docker容器
  • 使用Linux容器实现本地任务隔离
  • 基于多资源(内存,CPU、磁盘、端口)调度
  • 提供JavaPython,C++等多种语言 APIs
  • 通过Web界面查看集群状态
Apache Mesos 1.0.0 发布,集群管理器
今天Apache 社区发布了 Apache Mesos 1.0.0, 这是 Apache Mesos 的一个里程碑事件。相较于前面的版本, 1.0.0首先是改进了与 docker 的集成方式,弃用了 docker daemon;其次,新版本大力推进解决了接口规范化问题,新的 HTTP API 使得开发者能够更容易的开发 Mesos 框架;最后, 为了更好的满足企业用户的多租户,安全,

发布于 2016-07-28 12:03:16 | 187 次阅读

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

发布于 2016-02-05 00:57:55 | 117 次阅读

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

发布于 2015-12-21 00:50:10 | 429 次阅读

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 Op

发布于 2015-10-26 09:55:00 | 165 次阅读

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 require

发布于 2015-09-27 00:53:13 | 210 次阅读

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 unbundl

发布于 2015-09-21 00:58:44 | 158 次阅读

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 os::getenv() to stout[MESOS-1733] - Change the stout path utility to declare a single, variadic 'join' function instead of several separ

发布于 2015-08-02 01:29:25 | 215 次阅读

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

发布于 2015-06-01 00:59:34 | 276 次阅读

使用 Apache Mesos 打造分布式资源调度系统
Netflix使用Apache Mesos运行了一系列批处理、流式处理,以及服务类型的工作负载。两年多来,我们创建了层出不穷的用例,例如实时异常检测、批处理作业的训练和模型构建、机器学习编排,以及基于Node.js的微服务。最近发布的Apache Mesos 1.0意味着这项技术已经成熟,相比我们首次使用该服务时已经有了巨大的改进。我们最初

发布于 2016-08-21 00:25:53 | 148 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务