Github user steveloughran commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11152#discussion_r60461183
  
    --- 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 --
    
    In fact it is worse than that: the java8 javadoc engine will fail if a 
javadoc has an "illegal" closing tag in it. Which means that putting the 
closing tags in there breaks builds on java 8+. That's why I'm fairly cautious 
about closing the "classic" HTML tags these days.


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

Reply via email to