Github user steveloughran commented on a diff in the pull request:
https://github.com/apache/spark/pull/11152#discussion_r60457665
--- Diff: docs/monitoring.md ---
@@ -253,10 +273,24 @@ for a running application, at
`http://localhost:4040/api/v1`.
<td>Summary metrics of all tasks in the given stage attempt</td>
</tr>
<tr>
+ <td></td>
+ <td><code>?quantiles</code> summarize the metrics with the given
quantiles.
+ Example: <br><code>?quantiles=0.01,0.5,0.99</code></td>
--- End diff --
Now that's interesting. in HTML 1.0-5.x it's like {{<p>}}: you don't insert
a closing element in , though its permitted. See: [The br
element](http://w3c.github.io/html/textlevel-semantics.html#the-br-element).
If the output goes straight to HTML then, leaving it open is the correct
action.
If, alternatively, its going to go through a process pipeline that
generates XML and then things from it, then the closing tag matters.
What is the pipeline that jekyll implements?
---
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]