You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "chenruotao (via GitHub)" <gi...@apache.org> on 2023/03/15 01:22:48 UTC

[GitHub] [hive] chenruotao commented on a diff in pull request #4117: HIVE-27140 : Set HADOOP_PROXY_USER cause hiveMetaStoreClient close everytime

chenruotao commented on code in PR #4117:
URL: https://github.com/apache/hive/pull/4117#discussion_r1136434101


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:
##########
@@ -457,6 +457,10 @@ public boolean isCompatibleWith(Configuration conf) {
     }
     boolean compatible = true;
     for (ConfVars oneVar : MetastoreConf.metaVars) {
+      // METASTORE_TOKEN_SIGNATURE is no need to check

Review Comment:
   do you mean I can save the token with a global variable ? because it is used when open connection
   ![image](https://user-images.githubusercontent.com/20615138/225179850-de90b2a9-0f39-4499-9eae-4801b9faf627.png)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org