Apache Spark Basics with Python

55 / 86
  1. a = sc.textFile("mydata");
  2. 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...