You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/util/WebAppUtils.java
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -375,16 +375,21 @@ public static HttpServer2.Builder loadSslConfiguration(
375
375
/**
376
376
* Load the SSL keystore / truststore into the HttpServer builder.
377
377
* @param builder the HttpServer2.Builder to populate with ssl config
378
-
* @param sslConf the Configuration instance to use during loading of SSL conf
378
+
* @param conf the Configuration instance to load custom SSL config from
379
+
*
380
+
* @return HttpServer2.Builder instance (passed in as the first parameter)
0 commit comments