Does anybody know how spark collects non-match results after performing
broadcast hash left outer join?

Suppose we have 4 nodes. 1 driver and 3 executors. We broadcast the left
table. After left outer join is performed in each executor, how does spark
recognize which records have not been matched, and how does it collect them
to the final result?



--
Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Reply via email to