liupc opened a new pull request #23445: [SPARK-26530]Validate heartheat 
arguments in SparkSubmitArguments
URL: https://github.com/apache/spark/pull/23445
 
 
   ## What changes were proposed in this pull request?
   
   Currently, heartbeat related arguments is not validated in spark, so if 
these args are inproperly specified, the Application may run for a while and 
not failed until the max executor failures reached(especially with 
spark.dynamicAllocation.enabled=true), thus may incurs resources waste.
   
   This PR is to precheck these arguments in SparkSubmitArguments to fix this 
problem.
   
   ## How was this patch tested?
   
   NA-just validation changes
   
   Please review http://spark.apache.org/contributing.html before opening a 
pull request.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to