I'm working on joining two large datasets with 17M and 2.2M row count.

Partition size of the two datasets are:
mob_join_set:
dth_join_set:
Job is always stuck on the last two tasks of the join:
Have even tried G1GC and spark.sql.shuffle.partitions=500, spark.default.parallelism=500 But no success.
Any help will be greatly appreciated.


