0 votes
by
Which transformation returns a new DStream by selecting only those records of the source DStream for which the function returns true?

1. map(func)

2. transform(func)

3. filter(func)

4. count()

1 Answer

0 votes
by

The correct answer is c) filter(func).

Related questions

0 votes
asked Aug 25, 2022 in Apache Spark by sharadyadav1986
+1 vote
asked Apr 4, 2020 in Data Handling by amita rallin
...