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

    https://github.com/apache/spark/pull/11152#discussion_r52630690
  
    --- Diff: docs/monitoring.md ---
    @@ -189,10 +189,26 @@ for a running application, at 
`http://localhost:4040/api/v1`.
         <td>A list of all applications</td>
       </tr>
       <tr>
    +     <td></td>
    +     <td><code>?status=[completed|running]</code> list only applications 
in the state</td>
    +  </tr>
    +  <tr>
    +     <td></td>
    +     <td><code>?minDate=[date]</code> earliest date to list. e.g 
<code>?minDate=2015-02-10</code></td>
    +  </tr>
    +  <tr>
    +     <td></td>
    +     <td><code>?maxDate=[date]</code> latest date to list. e.g 
<code>?maxDate=2015-02-03T16:42:40.000GMT</code></td>
    --- End diff --
    
    maybe mention both date formats under `minDate`, and then just say this can 
take the same formats as `minDate`?  It should be pretty obvious that both 
versions work for either option, but just to be a little more clear.


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