Enable RPC Encryption
How to enabke RPC Encryption.
hadoop.rpc.protection
property is set to privacy, the data
over RPC is encrypted with symmetric keys.
Enable Encrypted RPC by setting the following properties in
core-site.xml
:
hadoop.rpc.protection=privacy
(Also supported
are the ‘authentication’ and ‘integrity’ settings.)