mcdull-zhang commented on code in PR #37043:
URL: https://github.com/apache/spark/pull/37043#discussion_r915499904


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1098,6 +1098,15 @@ package object config {
       .booleanConf
       .createWithDefault(true)
 
+  private[spark] val HADOOP_RDD_METADATA_CACHE_SIZE =

Review Comment:
   It has been modified, and it feels that 1000 is completely enough.
   
   By the way, the size of a jobconf is 110KB, and 1000 pieces will occupy 
about 110MB.
   do you think it's reasonable?



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