27 Apache Spark - Core APIs - SetOperations

preview_player
Показать описание
Connect with me or follow me at
Рекомендации по теме
Комментарии
Автор

We don't need to use leftOuterJoin etc to find the uniqe customers who ordered only in august. Simply use rdd1.subtract(rdd2).distinct !!

arunjyotisarmah
Автор

When using filter here Sir I think you should do != None instead ==. Check what shows without map in

ArturFejklowicz