Enabling HDFS Encrypted Transport
To enable encryption, proceed as follows:
- Enable Hadoop security using Kerberos.
- Select the HDFS service.
- Use the safety valve mechanism to set the following properties:
- hadoop.rpc.protection to privacy in the core-site.xml file in both client and server configurations.
- dfs.encrypt.data.transfer to true in the hdfs-site.xml file on all server systems.
- Restart the HDFS service.
<< Previous: Running the Balancer | Next: The MapReduce Service >> |