-
- Downloads
[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 the entire stream input table is not materialized - Add information for Ganglia - Add Kafka Sink to the main docs - Removed a couple of leftover experimental tags - Added more associated reading material and talk videos. In addition, https://github.com/apache/spark/pull/16856 broke the link to the RDD programming guide in several places while renaming the page. This PR fixes those sameeragarwal cloud-fan. - Added a redirection to avoid breaking internal and possible external links. - Removed unnecessary redirection pages that were there since the separate scala, java, and python programming guides were merged together in 2013 or 2014. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #18485 from tdas/SPARK-21267.
Showing
- docs/_layouts/global.html 3 additions, 4 deletionsdocs/_layouts/global.html
- docs/index.md 6 additions, 7 deletionsdocs/index.md
- docs/java-programming-guide.md 0 additions, 7 deletionsdocs/java-programming-guide.md
- docs/programming-guide.md 7 additions, 0 deletionsdocs/programming-guide.md
- docs/python-programming-guide.md 0 additions, 7 deletionsdocs/python-programming-guide.md
- docs/rdd-programming-guide.md 1 addition, 1 deletiondocs/rdd-programming-guide.md
- docs/sql-programming-guide.md 3 additions, 13 deletionsdocs/sql-programming-guide.md
- docs/structured-streaming-programming-guide.md 149 additions, 23 deletionsdocs/structured-streaming-programming-guide.md
- sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala 0 additions, 3 deletionssql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
Loading
Please register or sign in to comment