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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to