- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 90字
- 2021-07-02 18:55:25
Standalone
Standalone mode uses a basic cluster manager that is supplied with Apache Spark. The spark master URL will be as follows:
Spark://<hostname>:7077
Here, <hostname> is the name of the host on which the Spark master is running. We have specified 7077 as the port, which is the default value, but this is configurable. This simple cluster manager currently supports only FIFO (first-in first-out) scheduling. You can contrive to allow concurrent application scheduling by setting the resource configuration options for each application; for instance, using spark.core.max to share cores between applications.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- CMDB分步構(gòu)建指南
- Java EE 6 企業(yè)級(jí)應(yīng)用開(kāi)發(fā)教程
- Redis Applied Design Patterns
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- Learning Hunk
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- PHP+Ajax+jQuery網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- 智能手機(jī)故障檢測(cè)與維修從入門(mén)到精通
- Mastering Apache Storm
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Practical Maya Programming with Python