tgravescs commented on issue #26614: [SPARK-29976][CORE] New conf for single task stage speculation URL: https://github.com/apache/spark/pull/26614#issuecomment-560515037 so just want to confirm with @squito and @jiangxb1987 , It looks like what is implemented now is the number of unfinished <= number of slots on 1 executors and you don't hit the normal speculation logic: val numUnfinishedTasks = numTasks - numSuccessfulTasks val speculationTaskNumThres = conf.get(EXECUTOR_CORES) / conf.get(CPUS_PER_TASK) based on the discussions above I thought we were going to do the number of total tasks <= number of slots on 1 executor to keep it simple, thoughts?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
