Apache Spark Basics

You are currently auditing this course.
26 / 89

An RDD contains the partitions and partitions have records. You can also say that RDD is made up of records.

When we create an RDD using sc.textFile(), what would a record of the created RDD have?

Please note that when you call rdd.take(1) , it returns a record.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...