Answer Posted / Madhumeeta
"Apache Spark has several limitations, including: 1) Scalability issues with extremely large datasets. 2) Memory consumption due to RDD lineage and shuffle operations. 3) Inefficient for small data processing tasks as it requires a JVM and initialization costs. 4) Limited support for real-time streaming compared to Stream Processing Systems like Apache Storm or Google Dataflow."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers