Apache Spark Core APIs Certification
Learned fundamental concepts related to Apache Spark Core APIs
Apache Spark Core APIs Certification Verify
My Learnings
- Learned about different transformations like map, filter, reduceByKey, reduce, sortby, sortbykey, groupbykey that help create new RDDs
- Learned about Spark JOINs, Broadcast Join and how they are used to optimize the JOIN operation in Apache Spark
- Learned how Repartition and Coalesce are used to increase or decrease the number of partitions