hzxiongyinke commented on code in PR #4821:
URL: https://github.com/apache/hive/pull/4821#discussion_r1378691172


##########
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:
##########
@@ -131,6 +132,8 @@ public class SessionState implements ISessionAuthState{
   private static final String LOCAL_SESSION_PATH_KEY = 
"_hive.local.session.path";
   private static final String HDFS_SESSION_PATH_KEY = 
"_hive.hdfs.session.path";
   private static final String TMP_TABLE_SPACE_KEY = "_hive.tmp_table_space";
+  private static final String CLITOKEN = "HiveClientImpersonationToken";

Review Comment:
   > Is there a reason why this constant has the given name? Or this is just a 
custom name?
   
   The usage of CLITOKEN here is the same as that of HS2TOKEN below.
   
https://github.com/apache/hive/blame/d2d4b86433ef356bf738edd72bfef74511a15444/service/src/java/org/apache/hive/service/cli/session/HiveSessionImplwithUGI.java#L45



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to