79804463

Date: 2025-10-30 07:00:08
Score: 2
Natty:
Report link

I'm also learning about this stage division issue, especially the .count().

Unlike the accepted answer, I think the three stages are the three operations:
reading data,
repartition(4),
and .count().

Because .repartition(4) will trigger a shuffle.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: WOW