ayushtkn commented on code in PR #4874: URL: https://github.com/apache/hive/pull/4874#discussion_r1395232800
########## ql/src/java/org/apache/hadoop/hive/ql/exec/tez/YarnQueueHelper.java: ########## @@ -51,41 +51,41 @@ public class YarnQueueHelper { private int lastKnownGoodUrl; private boolean sslForYarn; private boolean isHA; - private static String webapp_conf_key = YarnConfiguration.RM_WEBAPP_ADDRESS; - private static String webapp_ssl_conf_key = YarnConfiguration.RM_WEBAPP_HTTPS_ADDRESS; - private static String yarn_HA_enabled = YarnConfiguration.RM_HA_ENABLED; - private static String yarn_HA_rmids = YarnConfiguration.RM_HA_IDS; + private static String WEBAPP_CONF_KEY = YarnConfiguration.RM_WEBAPP_ADDRESS; + private static String WEBAPP_SSL_CONF_KEY = YarnConfiguration.RM_WEBAPP_HTTPS_ADDRESS; + private static String YARN_HA_ENABLED = YarnConfiguration.RM_HA_ENABLED; + private static String YARN_HA_RMIDS = YarnConfiguration.RM_HA_IDS; Review Comment: these can be final -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org