You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source_job is where the executor comes from. If source_job == curr_job, it means allocating the executor won't pay a migration cost (simulating how Spark shuts down/launches a JVM, more details see section 3 and 4 for "moving cost" in the paper).
What is L in Fig. 6 and how do you ensure the predicted degree parallelism is greater than the number of executors assigned to this job?
The text was updated successfully, but these errors were encountered: