pkotikalapudi commented on code in PR #42352: URL: https://github.com/apache/spark/pull/42352#discussion_r1548736814
########## core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala: ########## @@ -133,6 +133,16 @@ private[spark] class ExecutorAllocationManager( private val defaultProfileId = resourceProfileManager.defaultResourceProfile.id + private val streamingDRAFeatureEnabled = conf.get(DYN_ALLOCATION_STREAMING_ENABLED) Review Comment: Sounds good. Will add more info at class description. But will add more documentation with example in https://spark.apache.org/docs/latest/job-scheduling.html section. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
