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

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


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

commit ca32917e0fd115979571bd9c98da2dca46593048
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Sat Sep 7 12:55:17 2019 -0700

    HDDS-2100. Ozone TokenRenewer provider is incorrectly configured. 
Contributed by Jitendra Nath Pandey.
---
 .../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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to