PySpark Learning Series | 04- RDD Hands-On
In this video we will how to create RDD and how to retrieve data from RDD. We will also see the spark web UI and understand the stages and tasks and see how spark application is executed. We will see two ways to create RDD.
1. Using parallelize function, and
2 From external file using textFile function