Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.7.1
-
None
-
Reviewed
Description
HDFS-7931 added a check in DFSClient for encryption isHDFSEncryptionEnabled(), looking for the property {{"dfs.encryption.key.provider.uri"}.
This probe returns true even if the property is empty.
If there is an empty provider.uri property, you get an NPE when a YARN client tries to set up the tokens to deploy an AM.
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-7931 DistributedFIleSystem should not look for keyProvider in cache if Encryption is disabled
- Closed