Skip to content

Commit 8750363

Browse files
xuanyuankingHyukjinKwon
authored andcommitted
[MINOR][DOCS] Emphasize the Streaming tab is for DStream API
### What changes were proposed in this pull request? Emphasize the Streaming tab is for DStream API. ### Why are the changes needed? Some users reported that it's a little confusing of the streaming tab and structured streaming tab. ### Does this PR introduce _any_ user-facing change? Document change. ### How was this patch tested? N/A Closes #28854 from xuanyuanking/minor-doc. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent ac98a9a commit 8750363

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/web-ui.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ The tracked operations are listed as follows.
435435
As an early-release version, the statistics page is still under development and will be improved in
436436
future releases.
437437

438-
## Streaming Tab
439-
The web UI includes a Streaming tab if the application uses Spark streaming. This tab displays
440-
scheduling delay and processing time for each micro-batch in the data stream, which can be useful
441-
for troubleshooting the streaming application.
438+
## Streaming (DStreams) Tab
439+
The web UI includes a Streaming tab if the application uses Spark Streaming with DStream API.
440+
This tab displays scheduling delay and processing time for each micro-batch in the data stream,
441+
which can be useful for troubleshooting the streaming application.
442442

443443
## JDBC/ODBC Server Tab
444444
We can see this tab when Spark is running as a [distributed SQL engine](sql-distributed-sql-engine.html). It shows information about sessions and submitted SQL operations.

0 commit comments

Comments
 (0)