This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git
The following commit(s) were added to refs/heads/branch-0.3 by this push:
new 4a29b86 [KYUUBI-SHADED #44] Add Hive DelegationTokenIdentifier
ServiceLoader file
4a29b86 is described below
commit 4a29b867e3f1b7482b41f03f9280752d42ff3d0b
Author: zhouyifan279 <[email protected]>
AuthorDate: Fri Mar 8 11:47:52 2024 +0800
[KYUUBI-SHADED #44] Add Hive DelegationTokenIdentifier ServiceLoader file
### _Why are the changes needed?_
Add Hive DelegationTokenIdentifier ServiceLoader file so that
DelegationTokenIdentifier can be decoded.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #44 from zhouyifan279/service-loader.
c05234d [zhouyifan279] Merge remote-tracking branch 'origin/master'
a800660 [zhouyifan279] Add DelegationTokenIdentifier ServiceLoader file
Authored-by: zhouyifan279 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit f7605b6dc1a7e346b0d25be2aac686e02e280c69)
Signed-off-by: Cheng Pan <[email protected]>
---
.../org.apache.hadoop.security.token.TokenIdentifier | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git
a/kyuubi-relocated-hive-metastore-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
b/kyuubi-relocated-hive-metastore-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
new file mode 100644
index 0000000..9b0fb86
--- /dev/null
+++
b/kyuubi-relocated-hive-metastore-client/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenIdentifier
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+org.apache.kyuubi.shaded.hive.metastore.security.DelegationTokenIdentifier