[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18485 --- 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

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-06 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125825619 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1922,6 +1980,39 @@ Not available in R. +### Reporting Metrics using

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-06 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125817849 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -758,6 +763,16 @@ count(groupBy(df, "deviceType")) +You can also

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125815613 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1971,8 +2011,23 @@ write.stream(aggDF, "memory", outputMode = "complete", checkpointLocation

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125815545 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1971,8 +2011,23 @@ write.stream(aggDF, "memory", outputMode = "complete", checkpointLocation

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125815448 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -758,6 +763,16 @@ count(groupBy(df, "deviceType")) +You can also register

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125781354 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1971,8 +2011,23 @@ write.stream(aggDF, "memory", outputMode = "complete",

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125780438 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1971,8 +2011,23 @@ write.stream(aggDF, "memory", outputMode = "complete", checkpointLocation

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-07-05 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125756166 --- Diff: docs/_layouts/global.html --- @@ -69,14 +69,14 @@ Programming Guides

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125154655 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -758,6 +763,16 @@ count(groupBy(df, "deviceType")) +You can also

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125128901 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1971,8 +2011,23 @@ write.stream(aggDF, "memory", outputMode = "complete",

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125128668 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1922,6 +1953,15 @@ Not available in R. +### Reporting Metrics using

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125127821 --- Diff: docs/index.md --- @@ -88,13 +89,13 @@ options for deployment: **Programming Guides:** * [Quick Start](quick-start.html): a quick

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125127552 --- Diff: docs/_layouts/global.html --- @@ -69,14 +69,14 @@ Programming Guides

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125009568 --- Diff: docs/_layouts/global.html --- @@ -69,14 +69,14 @@ Programming Guides

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/18485#discussion_r125007301 --- Diff: docs/structured-streaming-programming-guide.md --- @@ -1043,7 +1060,7 @@ streamingDf \ ### Arbitrary Stateful Operations -Many

[GitHub] spark pull request #18485: [SPARK-21267][SS][DOCS] Update Structured Streami...

2017-06-30 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/18485 [SPARK-21267][SS][DOCS] Update Structured Streaming Documentation ## What changes were proposed in this pull request? Few changes to the Structured Streaming documentation - Clarify that