Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
flaming-archer committed May 7, 2024
1 parent f0493f1 commit 992a66c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ public class MetaStoreProxyServer implements ApplicationRunner {
private final Lock startLock;
private final Condition startCondition;
private TServer tServer;
// private static HadoopThriftAuthBridge.Server saslServer;
// private static SaslServerAndMDT saslServerAndMDT;
private static boolean useSasl;
private SaslServerWrapper saslServerWrapper;

@Autowired
Expand Down Expand Up @@ -165,7 +162,7 @@ private void startWaggleDance(
boolean tcpKeepAlive = hiveConf.getBoolVar(ConfVars.METASTORE_TCP_KEEP_ALIVE);
boolean useFramedTransport = hiveConf.getBoolVar(ConfVars.METASTORE_USE_THRIFT_FRAMED_TRANSPORT);
boolean useSSL = hiveConf.getBoolVar(ConfVars.HIVE_METASTORE_USE_SSL);
useSasl = hiveConf.getBoolVar(ConfVars.METASTORE_USE_THRIFT_SASL);
boolean useSasl = hiveConf.getBoolVar(ConfVars.METASTORE_USE_THRIFT_SASL);

//load 'hadoop.proxyuser' configs
ProxyUsers.refreshSuperUserGroupsConfiguration(hiveConf);
Expand Down

0 comments on commit 992a66c

Please sign in to comment.