You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bh...@apache.org on 2019/09/07 19:56:46 UTC

[hadoop] branch ozone-0.4.1 updated: HDDS-2100. Ozone TokenRenewer provider is incorrectly configured. Contributed by Jitendra Nath Pandey.

This is an automated email from the ASF dual-hosted git repository.

bharat pushed a commit to branch ozone-0.4.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4.1 by this push:
     new 092e5a2  HDDS-2100. Ozone TokenRenewer provider is incorrectly configured. Contributed by Jitendra Nath Pandey.
092e5a2 is described below

commit 092e5a27f83b9b58e93d89dd854d672d00d02fe3
Author: Bharat Viswanadham <bh...@apache.org>
AuthorDate: Sat Sep 7 12:55:17 2019 -0700

    HDDS-2100. Ozone TokenRenewer provider is incorrectly configured. Contributed by Jitendra Nath Pandey.
    
    (cherry picked from commit ca32917e0fd115979571bd9c98da2dca46593048)
---
 .../META-INF/services/org.apache.hadoop.security.token.TokenRenewer     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/ozonefs/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer b/hadoop-ozone/ozonefs/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
index 53b597d..bbb8221 100644
--- a/hadoop-ozone/ozonefs/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
+++ b/hadoop-ozone/ozonefs/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
@@ -16,4 +16,4 @@
 # limitations under the License.
 #
 
-org.apache.hadoop.fs.ozone.OzoneClientAdapterImpl$Renewer
+org.apache.hadoop.fs.ozone.BasicOzoneClientAdapterImpl$Renewer


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