Commit c41a5e1
[SPARK-26082][MESOS] Fix mesos fetch cache config name
## What changes were proposed in this pull request?
* change MesosClusterScheduler to use correct argument name for Mesos fetch cache (spark.mesos.fetchCache.enable -> spark.mesos.fetcherCache.enable)
## How was this patch tested?
Not sure this requires a test, since it's just a string change.
Closes #23734 from mwlon/SPARK-26082.
Authored-by: mwlon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit c0811e8)
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 9b2eedc commit c41a5e1
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments