Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.7.2, 3.0.0-alpha1
-
None
-
None
Description
The "Transparent Encryption in HDFS" page does not tell about this, but hdfs crypto operations failed with the below error.
There are no valid KeyProviders configured. No key was created. You can use the -provider option to specify a provider to use.
I have found hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderFactory.java uses this parameter.
By setting this parameter in core-site.xml, hdfs crypto commands runs successfully.
Attachments
Attachments
Issue Links
- duplicates
-
HDFS-10489 Deprecate dfs.encryption.key.provider.uri for HDFS encryption zones
- Resolved