- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 56字
- 2021-06-18 19:06:39
Overview of RDD actions
As noted in preceding sections, there are two types of Apache Spark RDD operations: transformations and actions. An action returns a value to the driver after running a computation on the dataset, typically on the workers. In the preceding recipes, the take() and count() RDD operations are examples of actions.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 算法零基礎一本通(Python版)
- 認識編程:以Python語言講透編程的本質
- 基于免疫進化的算法及應用研究
- Mastering Yii
- SQL Server 2016數據庫應用與開發
- Learning Probabilistic Graphical Models in R
- 精通Python自動化編程
- Unity 2018 Shaders and Effects Cookbook
- Building Microservices with .NET Core
- 從零開始:UI圖標設計與制作(第3版)
- Building Clouds with Windows Azure Pack
- C語言程序設計
- Mastering Responsive Web Design