Transformations
Everything on SkillVeris tagged Transformations — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Transformations and Actions
How Spark's lazy execution model splits operations into transformations that build a plan and actions that trigger real computation.
Your First Spark Job
Writing a complete read-transform-write Spark job, and understanding the crucial difference between lazy transformations and eager actions.
Transformations: Map, Filter, FlatMap
How to use Flink's core stateless transformation operators — map, filter, and flatMap — to reshape and clean streaming data.