KazydubB commented on a change in pull request #2088:
URL: https://github.com/apache/drill/pull/2088#discussion_r442147912



##########
File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/ssl/SSLConfigServer.java
##########
@@ -226,11 +230,26 @@ private String getHadoopConfigParam(String name) {
     return value;
   }
 
-  private String resolveHadoopPropertyName(String nameTemplate, Mode mode) {
-    return MessageFormat.format(nameTemplate, mode.toString().toLowerCase());
-  }
+  private String getPasswordConfigParam(String name, String hadoopName) {

Review comment:
       Extracted common code, please take a look.




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

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


Reply via email to