Define the level of parallelism and its need in spark streaming?
Answer Posted / Dolly Rani
Level of Parallelism (LOP) in Spark Streaming refers to the number of worker threads or processes used to process incoming data streams. It affects the performance, scalability, and resource usage of the application. The need for LOP arises due to the requirement to handle large amounts of streaming data efficiently and to ensure that the processing is parallelized across multiple resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers