Can you explain about the cluster manager of Apache spark?

devquora
devquora

Posted On: Feb 22, 2018

 

There are three different cluster manager in Spark which are as-

  • YARN
  • Apache Mesos - Spark along with several other applications can easily be scheduled and run over it. Its priority is to scale down the allocations between several commands in order to provide interfaces when several users run their shells.
  • Standalone deployments - For the easy setup and convenience, for the new deployments.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Spark Interview Questions

    What is Apache Spark?

    Apache Spark is basically a processing framework which is extremely fast and convenient to use...

    Apache Spark Interview Questions

    Can you mention some features of spark?

    On a general note, the most essential features of Apache Spark are-..

    Apache Spark Interview Questions

    Can you define RDD?

    The acronym for Resale in Distributed Datasheets is RDD...