Skip to content

Commit e73250d

Browse files
committed
Nit fix
1 parent 07ff492 commit e73250d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/security/HadoopFSDelegationTokenProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private[deploy] object HadoopFSDelegationTokenProvider {
147147
.map(new Path(_).getFileSystem(hadoopConf))
148148
.getOrElse(defaultFS)
149149
} else {
150-
defaultFS
150+
defaultFS
151151
}
152152

153153
// Add the list of available namenodes for all namespaces in HDFS federation.

0 commit comments

Comments
 (0)