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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]