- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 86字
- 2021-07-02 18:55:25
Apache YARN
At a larger scale, when integrating with Hadoop YARN, the Apache Spark cluster manager can be YARN and the application can run in one of two modes. If the Spark master value is set as yarn-cluster, then the application can be submitted to the cluster and then terminated. The cluster will take care of allocating resources and running tasks. However, if the application master is submitted as yarn-client, then the application stays alive during the life cycle of processing, and requests resources from YARN.
推薦閱讀
- Java范例大全
- 摩登創客:與智能手機和平板電腦共舞
- Android Studio Essentials
- Ext JS Data-driven Application Design
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- MATLAB實用教程
- 網店設計看這本就夠了
- INSTANT Mercurial SCM Essentials How-to
- Python數據可視化之Matplotlib與Pyecharts實戰
- Linux Device Drivers Development
- 網站構建技術
- Python深度學習原理、算法與案例
- Python Projects for Kids
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Maven for Eclipse