[ 
https://issues.apache.org/jira/browse/HADOOP-14625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114493#comment-16114493
 ] 

Steve Loughran commented on HADOOP-14625:
-----------------------------------------

thanks for spotting this. 

How about cutting the SERVER_SIDE.. string, which is really our internal value, 
instead something like
{code}
"Cannot retrieve "+ SERVER_SIDE_ENCRYPTION_KEY
{code}

?

> error message in S3AUtils.getServerSideEncryptionKey() needs to expand 
> property constant
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-14625
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14625
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Chen Liang
>            Priority: Trivial
>         Attachments: HADOOP-14625.001.patch
>
>
> The error message in {{getServerSideEncryptionKey}} says that the property 
> isn't valid, but it doesn't actually expand the constant defining its name:
> {code}
> LOG.error("Cannot retrieve SERVER_SIDE_ENCRYPTION_KEY", e);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to