1.

Explain About The Different Cluster Managers In Apache Spark

Answer»

The 3 different clusters managers SUPPORTED in APACHE Spark are:

  • YARN
  • Apache Mesos -Has rich resource scheduling capabilities and is well SUITED to run Spark ALONG with other applications. It is advantageous when several users run interactive shells because it scales down the CPU allocation between commands.
  • Standalone deployments – Well suited for NEW deployments which only run and are easy to set up.

The 3 different clusters managers supported in Apache Spark are:



Discussion

No Comment Found