Skip to content

Commit d72c08f

Browse files
author
Sanket Chintapalli
committed
style tests
1 parent 5424972 commit d72c08f

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
@@ -103,7 +103,7 @@ private[deploy] class HadoopFSDelegationTokenProvider(fileSystems: Configuration
103103
private def getTokenRenewalInterval(
104104
hadoopConf: Configuration,
105105
filesystems: Set[FileSystem],
106-
creds:Credentials): Option[Long] = {
106+
creds: Credentials): Option[Long] = {
107107
// We cannot use the tokens generated with renewer yarn. Trying to renew
108108
// those will fail with an access control issue. So create new tokens with the logged in
109109
// user as renewer.

0 commit comments

Comments
 (0)