Does spark replace hadoop?



Does spark replace hadoop?..

Answer / Sachin Gaurav

Spark repartition involves redistributing the RDD across different nodes. This operation can be used to balance the data distribution among nodes for better performance or to reduce memory consumption.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What happens when you submit spark job?

1 Answers  


What are the two ways to create rdd in spark?

1 Answers  


What is dataframe in spark?

1 Answers  


How Spark uses Akka?

1 Answers  


Does spark run hadoop?

1 Answers  


Does spark sql use hive?

1 Answers  


Why does spark skip stages?

1 Answers  


What are spark jobs?

1 Answers  


What is data pipeline in spark?

1 Answers  


What are the ways to run spark over hadoop?

1 Answers  


Explain different transformation on DStream?

1 Answers  


Explain the lookup() operation in Spark?

1 Answers  


Categories