Skip to content

Commit 07920ac

Browse files
committed
YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.
1 parent 1b78b2b commit 07920ac

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/WebApps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public void setup() {
270270
}
271271

272272
if (httpScheme.equals(WebAppUtils.HTTPS_PREFIX)) {
273-
WebAppUtils.loadSslConfiguration(builder);
273+
WebAppUtils.loadSslConfiguration(builder, conf);
274274
}
275275

276276
HttpServer2 server = builder.build();

0 commit comments

Comments
 (0)