[SPARK-27823][CORE][DOC][FOLLOWUP] Update doc of config spark.driver.resourcesFile

## What changes were proposed in this pull request?

Update doc of config `spark.driver.resourcesFile`

## How was this patch tested?

N/A

Closes #24954 from jiangxb1987/ResourceAllocation.

Authored-by: Xingbo Jiang <xingbo.jiang@databricks.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This commit is contained in:
Xingbo Jiang 2019-06-25 13:47:47 +09:00 committed by HyukjinKwon
parent ac61f7d018
commit 731a60c92e

View file

@ -39,7 +39,7 @@ package object config {
ConfigBuilder("spark.driver.resourcesFile")
.internal()
.doc("Path to a file containing the resources allocated to the driver. " +
"The file should be formatted as a JSON array of ResourceInformation objects. " +
"The file should be formatted as a JSON array of ResourceAllocation objects. " +
"Only used internally in standalone mode.")
.stringConf
.createOptional