Apache Spark Basics

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.


Note - Having trouble with the assessment engine? Follow the steps listed here


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...