Apache Spark Basics with Python

45 / 86

Is this a good way to find elements starting with "cloudxlab" inside an rdd having strings as records:

filter(lambda x:x.startswith("cloudxlab"), myrdd.collect())

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