Since Apache Hadoop 2.6 recently introduced HDFS-6134 (Transparent Data at Rest Encryption), I would like to know if it is possible to write directly to the encryption zone using the Java Hadoop application? The documentation only explains the command hdfs crypto createZone keyName myKey path /encryptionZoneto copy a file to an encrypted zone, but I would like to know how can I use api to write to an encrypted zone?
source
share