Considering a Hadoop cluster that needs to handle a sudden increase in data volume, what scaling approach would you recommend?

  • Auto Scaling
  • Dynamic Scaling
  • Horizontal Scaling
  • Vertical Scaling
When facing a sudden increase in data volume, horizontal scaling is recommended. This involves adding more nodes to the existing cluster, distributing the data processing load, and ensuring scalability by increasing the overall cluster capacity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *