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

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/16414


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



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

2017-01-03 Thread vanzin
Github user vanzin commented on a diff in the pull request:

https://github.com/apache/spark/pull/16414#discussion_r94460932
  
--- Diff: docs/monitoring.md ---
@@ -312,15 +312,39 @@ can be identified by their `[attempt-id]`. In the API 
listed below, when running
 Details for the storage status of a given RDD.
   
   
-/applications/[base-app-id]/logs
-Download the event logs for all attempts of the given application 
as files within
+/applications/[app-id]/logs
+Download the event logs of the given application as files within
--- End diff --

The previous version is more correct. It's also unrelated to streaming, so 
you probably shouldn't change this.


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



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

2017-01-03 Thread vanzin
Github user vanzin commented on a diff in the pull request:

https://github.com/apache/spark/pull/16414#discussion_r94461158
  
--- Diff: docs/monitoring.md ---
@@ -312,15 +312,39 @@ can be identified by their `[attempt-id]`. In the API 
listed below, when running
 Details for the storage status of a given RDD.
   
   
-/applications/[base-app-id]/logs
--- End diff --

Don't change this. This is correct and matches the definition of 
`base-app-id` in the documentation.


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



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

2017-01-03 Thread vanzin
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
 Details for the storage status of a given RDD.
   
   
-/applications/[base-app-id]/logs
-Download the event logs for all attempts of the given application 
as files within
+/applications/[app-id]/logs
+Download the event logs of the given application as files within
 a zip file.
 
   
   
-/applications/[base-app-id]/[attempt-id]/logs
-Download the event logs for a specific application attempt as a 
zip file.
+/applications/[app-id]/streaming/statistics
+Statistics information of stream.
--- 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 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



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

2017-01-03 Thread vanzin
Github user vanzin commented on a diff in the pull request:

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

remove "stream".


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



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

2017-01-03 Thread vanzin
Github user vanzin commented on a diff in the pull request:

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

"receiver streams" -> "streaming receivers".


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



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

2017-01-03 Thread vanzin
Github user vanzin commented on a diff in the pull request:

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

Don't remove this.


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



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

2016-12-26 Thread uncleGen
GitHub user uncleGen opened a pull request:

https://github.com/apache/spark/pull/16414

[SPARK-19009][DOC] Add streaming rest api doc

## What changes were proposed in this pull request?

add streaming rest api doc

## How was this patch tested?


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/uncleGen/spark SPARK-19009

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/16414.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #16414


commit 14086492b289e8e2eab06899f38d22d885a0e41f
Author: uncleGen 
Date:   2016-12-27T06:45:22Z

add streaming rest api doc

commit c4a5941e19ac9f3e6dc5d8cd09211f6c8b18
Author: uncleGen 
Date:   2016-12-27T06:46:15Z

Merge branch 'master' into dev-doc-stream




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