Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.7.0
-
None
Description
The addDelegationTokens method in DistributedFileSystem calls DFSClient#getKeyProvider() which attempts to get a provider from the KeyProvderCache but since the required key, dfs.encryption.key.provider.uri is not present (due to encryption being dissabled), it throws an exception.
2015-03-11 23:55:47,849 [JobControl] ER ROR org.apache.hadoop.hdfs.KeyProviderCache - Could not find uri with key [dfs.encryption.key.provider.uri] to create a keyProvider !!
Attachments
Attachments
Issue Links
- breaks
-
HDFS-8451 DFSClient probe for encryption testing interprets empty URI property for "enabled"
- Closed
- relates to
-
AMBARI-14138 Upgrade Ambari Views to Hadoop 2.7.1 jar which has the fix for HDFS-7931
- Resolved