What is a reliable and unreliable receiver in Spark?
Answer Posted / Anish Kumar
In Spark Streaming, the reliable receiver ensures that it does not miss any messages from the input data stream. The unreliable receiver, on the other hand, allows for some data loss to improve performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers