Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format and remove testing from descriptions in UI #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
<f:textbox />
</f:entry>

<f:description>Testing Number of executors per instance</f:description>
<f:description>Number of executors per instance</f:description>
<f:entry title="${%Number of Executors}" field="numExecutors">
<f:textbox clazz="required positive-number" default="1" />
</f:entry>


<f:description>Method for scaling number of executors</f:description>
<f:dropdownDescriptorSelector field="executorScaler" descriptors="${descriptor.getExecutorScalerDescriptors()}" title="Scale Executors"/>

<f:description>How long to keep an idle node. If set to 0, never scale down</f:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<h5>No Scaling</h5>
<p>Doesn't scale. Uses set number of executors</p>

<h5>Scale by node hardware</h5>
<h5>Scale by Node Hardware</h5>
<p>Determine number of executors by node hardware: Memory and vCPU count. Specify the quantity of each resource to be
allocated per executor. The plugin sources the resources of the node and calculates the desired number of executors.
The lower number of executors calculated will be chosen to prevent over provisioning.
</p>

<h5>Scale by weight</h5>
<h5>Scale by Weight</h5>

<p>
The plugin consumes <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet.html#spot-instance-weighting">instance
Expand Down
Loading