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

    https://github.com/apache/spark/pull/3194#discussion_r21581561
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala ---
    @@ -48,13 +52,40 @@ private[spark] class HistoryPage(parent: HistoryServer) 
extends WebUIPage("") {
                 {providerConfig.map { case (k, v) => <li><strong>{k}:</strong> 
{v}</li> }}
               </ul>
               {
    +            // This displays the indices of pages that are within
    +            // `plusOrMinus` pages of the current page.
    +            // Regardless of where the current page is,
    +            // this also links to the first and last page.
    +            // If the current page +/- `plusOrMinux` is greater than the 
2nd page
    +            // from the first page or littler than the 2nd page from the 
last page,
    --- End diff --
    
    or less than


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to