Hi All,

I want to check an item is present or not in a RDD of Iterable[Int] using
scala

something like in java we do :

*list.contains(item)*

and the statement returns true if the item is present otherwise false.

Please help me to find the solution.

Thanks
Amit

Reply via email to