Do we need to install spark in all nodes?



Do we need to install spark in all nodes?..

Answer / Rohit Sah

In a Spark cluster setup, it's not necessary to install Apache Spark on all the nodes. Instead, you typically have a master node (where Spark runs the application manager) and multiple slave nodes (where executors run tasks). The number of slaves can be increased or decreased as needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is apache spark core?

1 Answers  


Why is spark so fast?

1 Answers  


What does it mean by Columnar Storage Format?

1 Answers  


What is a dataset? What are its advantages over dataframe and rdd?

1 Answers  


Name three companies which is used Spark Streaming services

1 Answers  


What do you understand by Lazy Evaluation?

1 Answers  


Explain accumulators in apache spark.

1 Answers  


Explain about mappartitions() and mappartitionswithindex()

1 Answers  


What is master node in spark?

1 Answers  


What is flatmap in apache spark?

1 Answers  


List few benefits of spark over map reduce?

1 Answers  


Why does the picture of Spark come into existence?

1 Answers  


Categories