File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,14 +241,14 @@ package object config {
241241 .intConf
242242 .createWithDefault(5 )
243243
244- val NAMENODES_TO_ACCESS = ConfigBuilder (" spark.yarn.access.namenodes" )
244+ private [spark] val NAMENODES_TO_ACCESS = ConfigBuilder (" spark.yarn.access.namenodes" )
245245 .doc(" Extra NameNode URLs for which to request delegation tokens. The NameNode that hosts " +
246246 " fs.defaultFS does not need to be listed here." )
247247 .stringConf
248248 .toSequence
249249 .createWithDefault(Nil )
250250
251- val FILESYSTEMS_TO_ACCESS = ConfigBuilder (" spark.yarn.access.hadoopFileSystems" )
251+ private [spark] val FILESYSTEMS_TO_ACCESS = ConfigBuilder (" spark.yarn.access.hadoopFileSystems" )
252252 .doc(" Extra Hadoop filesystem URLs for which to request delegation tokens. The filesystem " +
253253 " that hosts fs.defaultFS does not need to be listed here." )
254254 .fallbackConf(NAMENODES_TO_ACCESS )
You can’t perform that action at this time.
0 commit comments