Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Nov 27, 2023
1 parent 297c993 commit f814f5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ import org.apache.hadoop.hive.metastore.security.{DelegationTokenIdentifier, Had
import org.apache.hadoop.io.Text
import org.apache.hadoop.security.{Credentials, UserGroupInformation}
import org.apache.hadoop.security.authorize.ProxyUsers
import org.apache.thrift.TProcessor
import org.apache.thrift.protocol.TProtocol
import org.scalatest.Assertions._
import org.scalatest.concurrent.Eventually._
import org.scalatest.time.SpanSugar.convertIntToGrainOfTime

import org.apache.kyuubi.{KerberizedTestHelper, Logging, Utils}
import org.apache.kyuubi.config.KyuubiConf
import org.apache.kyuubi.credentials.LocalMetaServer.defaultHiveConf
import org.apache.kyuubi.shaded.org.apache.thrift.TProcessor
import org.apache.kyuubi.shaded.org.apache.thrift.protocol.TProtocol

class HiveDelegationTokenProviderSuite extends KerberizedTestHelper {

Expand Down

0 comments on commit f814f5b

Please sign in to comment.