- 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.
推薦閱讀
- 自己動手寫搜索引擎
- Learning Apex Programming
- 軟件界面交互設計基礎
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- C語言程序設計
- Mastering Ubuntu Server
- C語言程序設計案例式教程
- C++程序設計基礎教程
- Mastering ServiceNow(Second Edition)
- Python編程:從入門到實踐
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Keras深度學習實戰
- NetBeans IDE 8 Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- 零基礎學C語言第2版