- 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.
- Progressive Web Apps with React
- 看透JavaScript:原理、方法與實(shí)踐
- 匯編語(yǔ)言程序設(shè)計(jì)(第2版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Nginx Lua開(kāi)發(fā)實(shí)戰(zhàn)
- Node.js 12實(shí)戰(zhàn)
- Troubleshooting Citrix XenApp?
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 寫給青少年的人工智能(Python版·微課視頻版)
- Google Adsense優(yōu)化實(shí)戰(zhàn)
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL
- Practical Responsive Typography
- 大話程序員:從入門到優(yōu)秀全攻略