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

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

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


##########
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:
   We can just remove `TOKEN_SIGNATURE` from `MetastoreConf.metaVars` list:
   https://github.com/apache/hive/blob/1c5d9b90d960af8b84a1278e2faf8073a352c191/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java#L189



-- 
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