Github user junhaoMg commented on the pull request:

    https://github.com/apache/spark/pull/9593#issuecomment-155629739
  
    Setting the rate limit using SparkConf spark.streaming.receiver.maxRate 
will cap the receiver rate,but select an appropriate value is difficult, if 
the value is too small, the system can not achieve the maximum processing 
capacity, because the  receiver rate which backpressure mechanism  predicted  
can not exceed the spark.streaming.receiver.maxRate. If the 
spark.streaming.receiver.maxRate is too big, the  the job might failed in the 
first batch.  


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to