Apache Spark RDD filter transformation
As per Apache Spark, filter(function) returns a new dataset formed by selecting those elements of the source on which function returns true.
As per Apache Spark, filter(function) returns a new dataset formed by selecting those elements of the source on which function returns true.