- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 124字
- 2021-07-02 18:55:25
Performance
Before moving on to the rest of the chapters covering functional areas of Apache Spark and extensions, we will examine the area of performance. What issues and areas need to be considered? What might impact the Spark application performance starting at the cluster level and finishing with actual Scala code? We don't want to just repeat what the Spark website says, so take a look at this URL: http://spark.apache.org/docs/<version>/tuning.html.
Here, <version> relates to the version of Spark that you are using; that is, either the latest or something like 1.6.1 for a specific version. So, having looked at this page, we will briefly mention some of the topic areas. We will list some general points in this section without implying an order of importance.
- iOS面試一戰到底
- PHP 從入門到項目實踐(超值版)
- Vue.js 2 and Bootstrap 4 Web Development
- Java入門很輕松(微課超值版)
- Blender 3D Incredible Machines
- INSTANT OpenNMS Starter
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 零基礎學C語言程序設計
- Python商務數據分析(微課版)
- PyQt編程快速上手
- Go語言入門經典
- HTML5移動前端開發基礎與實戰(微課版)
- Java EE 8 and Angular
- Python機器學習與量化投資
- Hands-On Dependency Injection in Go