From 011d478aabd1c8741a47c8a25a041c2f96bfe56c Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Fri, 25 Nov 2016 17:48:54 +0900 Subject: [PATCH] HDFS-11175. Document uppercase key names are not supported in TransparentEncryption.md. Contributed by Yiqun Lin. (cherry picked from commit 636f7547b7067c315cf5448d77e49a8fe55651b3) (cherry picked from commit 0df7f5cdf673d9b0f97f85099c52a0a77342836e) --- .../hadoop-hdfs/src/site/markdown/TransparentEncryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md index b82b400a3e3..1a403c66e8d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/TransparentEncryption.md @@ -173,7 +173,7 @@ Create a new encryption zone. | | | |:---- |:---- | | *path* | The path of the encryption zone to create. It must be an empty directory. A trash directory is provisioned under this path.| -| *keyName* | Name of the key to use for the encryption zone. | +| *keyName* | Name of the key to use for the encryption zone. Uppercase key names are unsupported. | ### listZones