What are the limitations of Spark?



What are the limitations of Spark?..

Answer / Vishal Kumar Pandey

Spark has several limitations: 1) High memory consumption due to in-memory data storage. 2) Scaling can be challenging for very large clusters due to network overhead. 3) Complexity and resource usage during iterative algorithms. 4) Limited support for streaming data when compared to dedicated streaming platforms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is SparkSession in Apache Spark? Why is it needed?

1 Answers  


How does spark program work?

1 Answers  


Explain sum(), max(), min() operation in Apache Spark?

1 Answers  


What can skew the mean?

1 Answers  


Does spark run mapreduce?

1 Answers  


Does spark need hdfs?

1 Answers  


What is rdd map?

1 Answers  


Is it necessary to start Hadoop to run any Apache Spark Application ?

1 Answers  


Is it possible to run Apache Spark on Apache Mesos?

1 Answers  


Are spark dataframes immutable?

1 Answers  


What is Spark Driver?

1 Answers  


What are the advantages of DataFrame?

1 Answers  


Categories