You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Wei-Chiu Chuang (Jira)" <ji...@apache.org> on 2021/07/21 07:32:00 UTC

[jira] [Created] (HADOOP-17810) [KMS] LoadBalancingKMSClientProvider should implement toString()

Wei-Chiu Chuang created HADOOP-17810:
----------------------------------------

             Summary: [KMS] LoadBalancingKMSClientProvider should implement toString()
                 Key: HADOOP-17810
                 URL: https://issues.apache.org/jira/browse/HADOOP-17810
             Project: Hadoop Common
          Issue Type: Improvement
          Components: kms
    Affects Versions: 3.3.1
            Reporter: Wei-Chiu Chuang


KMSClientProvider implements toString() but LoadBalancingKMSClientProvider does not inherit from KMSClientProvider, nor does it implement toString(). So running hadoop key command does not show key provider URL:
{noformat}
bin/hadoop key list -metadata
2021-07-21 15:26:43,856 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Listing keys for KeyProvider: org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider@394a2528{noformat}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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