You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2017/01/03 18:59:32 UTC

[GitHub] spark pull request #16414: [SPARK-19009][DOC] Add streaming rest api doc

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

    https://github.com/apache/spark/pull/16414#discussion_r94461444
  
    --- Diff: docs/monitoring.md ---
    @@ -312,15 +312,39 @@ can be identified by their `[attempt-id]`. In the API listed below, when running
         <td>Details for the storage status of a given RDD.</td>
       </tr>
       <tr>
    -    <td><code>/applications/[base-app-id]/logs</code></td>
    -    <td>Download the event logs for all attempts of the given application as files within
    +    <td><code>/applications/[app-id]/logs</code></td>
    +    <td>Download the event logs of the given application as files within
         a zip file.
         </td>
       </tr>
       <tr>
    -    <td><code>/applications/[base-app-id]/[attempt-id]/logs</code></td>
    -    <td>Download the event logs for a specific application attempt as a zip file.</td>
    +    <td><code>/applications/[app-id]/streaming/statistics</code></td>
    +    <td>Statistics information of stream.</td>
    --- End diff --
    
    "Statistics for the streaming context."


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

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