Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Apr 15, 2021
1 parent 18e9af3 commit 4eec581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/job-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ properties:

The pool properties can be set by creating an XML file, similar to `conf/fairscheduler.xml.template`,
and either putting a file named `fairscheduler.xml` on the classpath, or setting `spark.scheduler.allocation.file` property in your
[SparkConf](configuration.html#spark-properties).
[SparkConf](configuration.html#spark-properties). The file path can either be a local file path or HDFS file path.

{% highlight scala %}
conf.set("spark.scheduler.allocation.file", "/path/to/file")
Expand Down

0 comments on commit 4eec581

Please sign in to comment.