Page 1 of 1

Which of the following statements about Spark jobs is incorrect?

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
Which of the following statements about Spark jobs is incorrect?

A. Jobs are broken down into stages.
B. There are multiple tasks within a single job when a DataFrame has more than one partition.
C. Jobs are collections of tasks that are divided up based on when an action is called.
D. There is no way to monitor the progress of a job.
E. Jobs are collections of tasks that are divided based on when language variables are defined.