当前位置:网站首页>Explanation of spark operator
Explanation of spark operator
2022-08-04 08:32:00 【这是一本书】
1 Background
An important feature of writing spark programs is based on operator development
Each operator has its own characteristics and uses
A certain type of operator is the performance bottleneck
2 Categories
There are two main categories of spark operators

3 Transformation
3.1 Introduction
Used to transform RDDs
Every Transformation operation will generate a new RDD
This operation is delayed in execution
4 Action
4.1 Introduction
Used to trigger the calculation of RDD; get relevant calculation results or save the results in an external system
5 Summary of the characteristics of the two
Transformation is asynchronous and does not affect performance
Returns the result int, double, and set (will not return a new RDD). When encountering an Action operation, it starts from the source of the lineage and performs physical conversion operations, so the operator of Action consumes performance
/p>
边栏推荐
- 关于Oracle RAC 11g重建磁盘组的问题
- Recommend several methods that can directly translate PDF English documents
- 「PHP基础知识」转换数据类型
- 【STM32】STM32F103系列名称与封装、内存
- Linux之Redis 缓存雪崩,击穿,穿透
- 一天搞定JDBC01:连接数据库并执行sql语句
- inject() can only be used inside setup() or functional components.
- 金仓数据库KingbaseES客户端编程接口指南-JDBC(8. JDBC 元数据处理)
- 金仓数据库KingbaseES客户端编程接口指南-JDBC(9. JDBC 读写分离)
- Redis分布式锁的应用
猜你喜欢

小程序如何使用订阅消息(PHP代码+小程序js代码)

DWB主题事实及ST数据应用层构建,220803,,

MySQL BIGINT 数据类型

最近的一些杂感-20220731

unity2D横版游戏教程7-敌人AI死亡效果

【论文笔记】Delving into the Estimation Shift of Batch Normalization in a Network

24.循环神经网络RNN
![[NOI Simulation Competition] Paper Tiger Game (Game Theory SG Function, Long Chain Division)](/img/b7/21f82453576b81e64dafbc3975125f.png)
[NOI Simulation Competition] Paper Tiger Game (Game Theory SG Function, Long Chain Division)

ShuffleNet v2 network structure reproduction (Pytorch version)

智汇华云 | 华云软件定义网络 DCI介绍
随机推荐
力扣 剑指 Offer 04. 二维数组中的查找
Occupy, fill in later
【虚幻引擎UE】UE5实现WEB和UE通讯思路
此时已莺飞草长,愿世间美好与你环环相扣
推荐几种可以直接翻译PDF英文文献的方法
MySQL group_concat()详解
图的基本概念
【Attention】Dual Attention(DANet) & Fully Attention(FLA)
【UE虚幻引擎】UE5实现动态导航样条线绘制
尚医通【预约挂号系统】总结
「PHP基础知识」转换数据类型
电脑系统数据丢失了是什么原因?找回方法有哪些?
layout manager
Implementation of redis distributed lock
大家好,请教一个问题啊,我们通过flinkcdc把Oracle数据同步到doris,目前的问题是,只
Yolov5更换主干网络之《旷视轻量化卷积神经网络ShuffleNetv2》
oracle sql 多表查询
B站回应HR称“核心用户都是Loser”、求职者是“白嫖党”:已被劝退
24.循环神经网络RNN
C Language Lectures from Scratch Part 6: Structure