slfan1989 commented on code in PR #5920:
URL: https://github.com/apache/hadoop/pull/5920#discussion_r1290823841


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/Router.java:
##########
@@ -209,7 +214,48 @@ public void startWepApp() {
 
     Builder<Object> builder =
         WebApps.$for("cluster", null, null, "ws").with(conf).at(webAppAddress);
-    webApp = builder.start(new RouterWebApp(this));
+
+    WebAppContext uiWebAppContext = null;

Review Comment:
   Thank you very much for your help in reviewing the code! I will provide 
screenshot information as soon as possible.  
   
   YARN 3.0 already supports WebUI2, but our Router does not yet support this. 
This pr is the first pr that supports WebUI2, allowing users to use WebUI2 
pages. After this pr is completed, we will provide 2-3 new pages about the 
router based on the framework of WebUI2.



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