Vijay Singh Khatri
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Learn Apache Spark
First step to use RDD functionality is to create a RDD. In Apache Spark, RDD can be created by two different ways. One is from existing Source and second is from an external source. So before moving further let's open the Apache Spark Shell with Scala.
Learn Apache Spark from here.