Skip to content
Snippets Groups Projects
Commit f7c3668e authored by Andrew Or's avatar Andrew Or
Browse files

Revert "[SPARK-5771][UI][hotfix] Change Requested Cores into * if default cores is not set"

This reverts commit 12135e90.
parent d8ccf655
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ private[ui] class MasterPage(parent: MasterWebUI) extends WebUIPage("") {
}
}
<td>
{if (app.requestedCores == Int.MaxValue) "*" else app.requestedCores}
{app.requestedCores}
</td>
<td sorttable_customkey={app.desc.memoryPerSlave.toString}>
{Utils.megabytesToString(app.desc.memoryPerSlave)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment