-
- Downloads
[SPARK-12857][STREAMING] Standardize "records" and "events" on "records"
## What changes were proposed in this pull request? Currently the Streaming tab in web UI uses records and events interchangeably; this PR tries to standardize them on "records". "records" is chosen over "events" because: - "records" is used extensively throughout the streaming documents, codes, and comments - "events" is used only in Streaming UI related codes and comments ## How was this patch tested? - existing test suites - manually checking on the Streaming UI tab Author: Liwei Lin <lwlin7@gmail.com> Closes #12032 from lw-lin/streaming-events-to-records.
Showing
- streaming/src/main/scala/org/apache/spark/streaming/receiver/RateLimiter.scala 1 addition, 1 deletion...ala/org/apache/spark/streaming/receiver/RateLimiter.scala
- streaming/src/main/scala/org/apache/spark/streaming/ui/AllBatchesTable.scala 2 additions, 2 deletions...scala/org/apache/spark/streaming/ui/AllBatchesTable.scala
- streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingJobProgressListener.scala 5 additions, 5 deletions...che/spark/streaming/ui/StreamingJobProgressListener.scala
- streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala 33 additions, 32 deletions...n/scala/org/apache/spark/streaming/ui/StreamingPage.scala
Please register or sign in to comment