deniskuzZ commented on code in PR #5153:
URL: https://github.com/apache/hive/pull/5153#discussion_r1615789890


##########
llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java:
##########
@@ -204,6 +204,9 @@ public class ShuffleHandler implements 
AttemptRegistrationListener {
 
   public static final String CONNECTION_CLOSE = "close";
 
+  public static final String SHUFFLE_SSL_ENABLED_KEY = 
"hive.llap.shuffle.ssl.enabled";

Review Comment:
   to be consistent with other configs, should we name it simply 
`llap.shuffle.ssl.enabled`?



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