You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/08/11 17:31:00 UTC

[jira] [Created] (HADOOP-14762) S3A warning of obsolete encryption key which is never used

Steve Loughran created HADOOP-14762:
---------------------------------------

             Summary: S3A warning of obsolete encryption key which is never used
                 Key: HADOOP-14762
                 URL: https://issues.apache.org/jira/browse/HADOOP-14762
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3
    Affects Versions: 2.9.0
            Reporter: Steve Loughran
            Priority: Minor


During CLI init, I get warned of using an obsolete file. 
{code}
./hadoop s3guard import  s3a://hwdev-steve-ireland-new
2017-08-11 18:08:43,935 DEBUG conf.Configuration: Reloading 3 existing configurations
2017-08-11 18:08:45,146 INFO Configuration.deprecation: fs.s3a.server-side-encryption-key is deprecated. Instead, use fs.s3a.server-side-encryption.key
2017-08-11 18:08:45,702 INFO s3guard.S3GuardTool: Metadata store DynamoDBMetadataStore{region=eu-west-1, tableName=hwdev-steve-ireland-new} is initialized.
./hadoop s3guard import  s3a://hwdev-steve-ireland-new
2017-08-11 18:08:43,935 DEBUG conf.Configuration: Reloading 3 existing configurations
2017-08-11 18:08:45,146 INFO Configuration.deprecation: fs.s3a.server-side-encryption-key is deprecated. Instead, use fs.s3a.server-side-encryption.key
2017-08-11 18:08:45,702 INFO s3guard.S3GuardTool: Metadata store DynamoDBMetadataStore{region=eu-west-1, tableName=hwdev-steve-ireland-new} is initialized.
./hadoop s3guard import  s3a://hwdev-steve-ireland-new
2017-08-11 18:08:43,935 DEBUG conf.Configuration: Reloading 3 existing configurations
2017-08-11 18:08:45,146 INFO Configuration.deprecation: fs.s3a.server-side-encryption-key is deprecated. Instead, use fs.s3a.server-side-encryption.key
2017-08-11 18:08:45,702 INFO s3guard.S3GuardTool: Metadata store DynamoDBMetadataStore{region=eu-west-1, tableName=hwdev-steve-ireland-new} is initialized.
{code}

I don't have this setting set as far as I can see, not in an XML file nor any jceks file. Maybe its falsely being picked up during the scan for jceks files?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org