Apache Spark Basics

55 / 89

In the following code, which statements would get evaluated:

1. var a = sc.textFile("mydata"); 
2. var b = a.filter(...); 
3. a.take(5)

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...