0 votes
in Apache Spark by
How can you connect Spark to Apache Mesos?

1 Answer

0 votes
by

Follow the steps given below to connect Spark to Apache Mesos:

  • Configure the spark driver program to connect to Mesos.
  • Set a path location for the Spark binary package that it can be accessible by Mesos.
  • Install Apache Spark in the same location as that of Apache Mesos and configure the property 'spark.mesos.executor.home' to point to the location where it is installed.

Related questions

0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
...