- 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.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- The Supervised Learning Workshop
- Spring Cloud Alibaba核心技術與實戰案例
- JavaScript語言精髓與編程實踐(第3版)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Microsoft System Center Orchestrator 2012 R2 Essentials
- D3.js 4.x Data Visualization(Third Edition)
- Gradle for Android
- Learning ArcGIS for Desktop
- Learning Continuous Integration with TeamCity
- Mastering Elasticsearch(Second Edition)
- PhoneGap 4 Mobile Application Development Cookbook
- DevOps 精要:業務視角
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- 算法超簡單:趣味游戲帶你輕松入門與實踐