/
#spark#debugging#python

Spark 03: Lazy Execution Pitfalls

Readability
100%

Spark03: Use take() instead of collect()

This note discuss the mistake that can caused by “Lazy execution” and global variables. …