Skip to content

Commit 731a60c

Browse files
jiangxb1987HyukjinKwon
authored andcommitted
[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 apache#24954 from jiangxb1987/ResourceAllocation. Authored-by: Xingbo Jiang <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent ac61f7d commit 731a60c

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/internal/config

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/internal/config/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ package object config {
3939
ConfigBuilder("spark.driver.resourcesFile")
4040
.internal()
4141
.doc("Path to a file containing the resources allocated to the driver. " +
42-
"The file should be formatted as a JSON array of ResourceInformation objects. " +
42+
"The file should be formatted as a JSON array of ResourceAllocation objects. " +
4343
"Only used internally in standalone mode.")
4444
.stringConf
4545
.createOptional

0 commit comments

Comments
 (0)