Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/15001#discussion_r79449912
--- Diff:
core/src/main/scala/org/apache/spark/deploy/master/ui/ApplicationPage.scala ---
@@ -70,6 +70,16 @@ private[ui] class ApplicationPage(parent: MasterWebUI)
extends WebUIPage("app")
}
</li>
<li>
+ <span data-toggle="tooltip"
title={ToolTips.APPLICATION_EXECUTOR_LIMIT}
+ data-placement="right">
+ <strong>Executor Limit: </strong>
+ {
+ if (app.executorLimit == Int.MaxValue) "Unlimited" else
app.executorLimit
--- End diff --
I think for now it's OK. Conceptually the number of executors is
constrained by the lower of the two: the executor limit and the cores limit
(when translated into executors).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]