- Fast Data Processing with Spark 2(Third Edition)
- Krishna Sankar
- 129字
- 2021-08-20 10:27:09
Deploying Spark on Mesos
Mesos is a cluster management platform for running multiple distributed applications or frameworks on a cluster. Mesos can intelligently schedule and run Spark, Hadoop, and other frameworks concurrently on the same cluster. Spark can be run on Mesos either by scheduling individual jobs as separate Mesos tasks or running all of the Spark code as a single Mesos task. Mesos can quickly scale up to handle large clusters beyond the size of which you would want to manage with the plain old SSH scripts. Mesos, written in C++, was originally created at UC Berkley as a research project; it is currently undergoing Apache incubation and is actively used by Twitter.
The Spark web page, http://spark.apache.org/docs/latest/running-on-mesos.html, has detailed instructions on installing and running Spark on Mesos.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Getting Started with Citrix XenApp? 7.6
- 程序設(shè)計與實踐(VB.NET)
- SQL學(xué)習(xí)指南(第3版)
- C語言程序設(shè)計(第2版)
- Learning Firefox OS Application Development
- Java程序設(shè)計
- C語言程序設(shè)計
- 第一行代碼 C語言(視頻講解版)
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- BeagleBone Robotic Projects(Second Edition)
- C陷阱與缺陷
- 測試架構(gòu)師修煉之道:從測試工程師到測試架構(gòu)師
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- Laravel Design Patterns and Best Practices