lyssg opened a new pull request #35667:
URL: https://github.com/apache/spark/pull/35667


   ### What changes were proposed in this pull request?
   Skip mount files in hadoop conf if they are binary or very large to fit the 
configMap's max size.
   
   ### Why are the changes needed?
   Config map cannot hold binary files and there is also a limit on how much 
data a configMap can hold.
   And spark conf limit has been done in SPARK-32221].
   
   ### Does this PR introduce _any_ user-facing change?
   yes, in simple words avoids possible errors due to negligence (for example, 
placing a large file or a binary file in SPARK_CONF_DIR) and thus improves user 
experience.
   
   
   ### How was this patch tested?
   Actually testing in k8s cluster and existing tests.


-- 
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]

Reply via email to