From aa1a7d63beef1c4d5dbe39f5baab592955686bd7 Mon Sep 17 00:00:00 2001 From: timothy65535 Date: Tue, 14 Sep 2021 16:45:11 +0800 Subject: [PATCH] [KYUUBI #1097] Rename HadoopDelegationProvider ### _Why are the changes needed?_ Rename `HadoopDelegationProvider` to `HadoopDelegationTokenProvider`. ### _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/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1097 from timothy65535/renametokenfile. Closes #1097 cb93ed89 [timothy65535] Rename HadoopDelegationProvider Authored-by: timothy65535 Signed-off-by: ulysses-you --- ...legationProvider.scala => HadoopDelegationTokenProvider.scala} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/{HadoopDelegationProvider.scala => HadoopDelegationTokenProvider.scala} (100%) diff --git a/kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/HadoopDelegationProvider.scala b/kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/HadoopDelegationTokenProvider.scala similarity index 100% rename from kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/HadoopDelegationProvider.scala rename to kyuubi-server/src/main/scala/org/apache/kyuubi/credentials/HadoopDelegationTokenProvider.scala