Apache Spark Basics

You are currently auditing this course.
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)

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...