yaooqinn commented on a change in pull request #32539:
URL: https://github.com/apache/spark/pull/32539#discussion_r632693579



##########
File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
##########
@@ -218,4 +218,13 @@ private[spark] object UI {
     .stringConf
     .transform(_.toUpperCase(Locale.ROOT))
     .createWithDefault("LOCAL")
+
+  val UI_THREADS = ConfigBuilder("spark.ui.threads")

Review comment:
       It is one example not a case I am facing. Increasing mem can solve the 
issue in the example I gave. But for a overbooking or heavy app scheduler 
node,thread or memory are limit.
   
   On the other hand,a HISTORY SERVER might need larger thread no. to meet high 
concurrency




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to