Skip to content

Commit

Permalink
Fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Oct 18, 2024
1 parent 7a09c32 commit 3a970e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ object HDFSUtils extends Logging {
hdfsFileSystemContainer.updateLastAccessTime
hdfsFileSystemContainer.getFileSystem
} else {
getHDFSUserFileSystem(userName, label, getConfiguration(userName, label))
getHDFSUserFileSystem(userName, label, getConfigurationByLabel(userName, label))
}
}
} else {
getHDFSUserFileSystem(userName, label, getConfiguration(userName, label))
getHDFSUserFileSystem(userName, label, getConfigurationByLabel(userName, label))
}
}

Expand Down

0 comments on commit 3a970e0

Please sign in to comment.