Github user WeichenXu123 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13538#discussion_r66059465
  
    --- Diff: docs/streaming-programming-guide.md ---
    @@ -2037,7 +2037,7 @@ and configuring them to receive different partitions 
of the data stream from the
     For example, a single Kafka input DStream receiving two topics of data can 
be split into two
     Kafka input streams, each receiving only one topic. This would run two 
receivers,
     allowing data to be received in parallel, thus increasing overall 
throughput. These multiple
    -DStreams can be unioned together to create a single DStream. Then the 
transformations that were
    +DStreams can be united together to create a single DStream. Then the 
transformations that were
    --- End diff --
    
    @srowen recover 'unioned', thanks!


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

Reply via email to