[
https://issues.apache.org/jira/browse/HDFS-11175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15694950#comment-15694950
]
Hadoop QA commented on HDFS-11175:
----------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
20s{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 7m
30s{color} | {color:green} trunk passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 0m
54s{color} | {color:green} trunk passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 0m
52s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m
15s{color} | {color:green} The patch does not generate ASF License warnings.
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 10m 33s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Image:yetus/hadoop:a9ad5d6 |
| JIRA Issue | HDFS-11175 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12840468/HDFS-11175.001.patch |
| Optional Tests | asflicense mvnsite |
| uname | Linux 90bd802d8e59 3.13.0-96-generic #143-Ubuntu SMP Mon Aug 29
20:15:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /testptch/hadoop/patchprocess/precommit/personality/provided.sh
|
| git revision | trunk / 01665e4 |
| modules | C: hadoop-hdfs-project/hadoop-hdfs U:
hadoop-hdfs-project/hadoop-hdfs |
| Console output |
https://builds.apache.org/job/PreCommit-HDFS-Build/17662/console |
| Powered by | Apache Yetus 0.4.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> TransparentEncryption.md should be up-to-date since uppercase key names are
> unsupported.
> ----------------------------------------------------------------------------------------
>
> Key: HDFS-11175
> URL: https://issues.apache.org/jira/browse/HDFS-11175
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Reporter: Yuanbo Liu
> Assignee: Yiqun Lin
> Priority: Trivial
> Labels: newbie
> Attachments: HDFS-11175.001.patch
>
>
> After HADOOP-11311, key names has been restricted and uppercase key names are
> not allowed. This section of {{TransparentEncryption.md}} should be modified.
> {quote}
> # As the normal user, create a new encryption key
> hadoop key create myKey
> # As the super user, create a new empty directory and make it an encryption
> zone
> hadoop fs -mkdir /zone
> hdfs crypto -createZone -keyName myKey -path /zone
> # chown it to the normal user
> hadoop fs -chown myuser:myuser /zone
> # As the normal user, put a file in, read it out
> hadoop fs -put helloWorld /zone
> hadoop fs -cat /zone/helloWorld
> {quote}
> "myKey" is not allowed here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]