RDD Transformations Day 2. filter(function)

preview_player
Показать описание
Learn about filter transformation of the Spark RDD. filter() is used to handle records in the RDD based on the boolean value returned by the function passed.
It takes a function as an input and applies it to each record of the RDD. The records giving a True boolean value are given in the output.
Рекомендации по теме