You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 06:03:32 UTC

[GitHub] [spark] Ngone51 commented on a change in pull request #32184: [SPARK-35083][CORE] Support remote scheduler pool file

Ngone51 commented on a change in pull request #32184:
URL: https://github.com/apache/spark/pull/32184#discussion_r613778383



##########
File path: docs/job-scheduling.md
##########
@@ -256,6 +256,7 @@ and either putting a file named `fairscheduler.xml` on the classpath, or setting
 
 {% highlight scala %}
 conf.set("spark.scheduler.allocation.file", "/path/to/file")
+conf.set("spark.scheduler.allocation.file", "hdfs:///path/to/file")

Review comment:
       I think HDFS also supports reading the local file. Could you mention it in the above document? e.g., "The file path can either be a local file path or HDFS file path."




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org