-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
When Kerberos is enabled the operator automatically enables wire encryption by setting dfs.data.transfer.protection to "privacy" and dfs.encrypt.data.transfer to "true". By default the 3DES algorithm is used, but the faster and more secure AES algorithm is available. There is a marked performance improvement when AES is enabled compared to 3DES.
AES encryption can be enabled by adding the following property to hdfs-site.xml:
- dfs.encrypt.data.transfer.cipher.suite: "AES/CTR/NoPadding"
The key length can be defined using the property dfs.encrypt.data.transfer.cipher.key.bitlength to 128, 192 or 256, with 128 bit being the default.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done
Status
Done