Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Presto on Apache Spark - A Tale of Two Computation Engines
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 SOL Use Cases @ Facebook
- 3 Towards an Unified SOL Experience
- 4 Presto and Spark Architecture
- 5 Why Presto (or Other MPPs) Doesn't Scale?
- 6 Presto Unlimited
- 7 Why Presto-on-Spark
- 8 Presto-on-Spark Design Principles
- 9 Planning
- 10 Translating to RDD
- 11 Columnar Format to Row Format Conversion
- 12 Broadcast Join
- 13 Spark DAG
- 14 Execution
- 15 Threading Model
- 16 Classloader Isolation
- 17 Current Status