Login
Remember
Register
Ask a Question
How can you connect Spark to Apache Mesos?
0
votes
asked
Mar 29, 2022
in
Apache Spark
by
sharadyadav1986
How can you connect Spark to Apache Mesos?
apache-mesos
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 29, 2022
by
sharadyadav1986
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.
...