Explain the level of parallelism in Spark Streaming? Also, describe its need.
Answer Posted / Raj Veer Singh
In Spark Streaming, level of parallelism (SLP) refers to the number of worker threads processing incoming data. A higher SLP can process more data at once but consumes more resources. It is needed to balance data processing and resource utilization. The SLP can be configured using the `spark.streaming.receiver.worker.tasks` property.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers