I am getting confused with Spark jobs, Stages, Tasks.
I understand that two stages and tasks can run in parallel. But since all my development has been on standalone cluster I have this doubt if Spark can run two jobs in parallel. Because when I open Event timeline on Jobs page I never see two jobs running parallel/overlapping. Thanks!