From 7e486038eaef11ea75e5f0d0de3972aca9ca1eeb Mon Sep 17 00:00:00 2001 From: slfan1989 <55643692+slfan1989@users.noreply.github.com> Date: Sat, 18 Feb 2023 13:14:01 +0800 Subject: [PATCH] YARN-11439. Fix Typo of hadoop-yarn-ui README.md. (#5405) Co-authored-by: Shilun Fan Reviewed-by: Ayush Saxena Signed-off-by: Shilun Fan --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md index 6e6ca594536..0ee58985ffc 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/README.md @@ -24,7 +24,7 @@ The YARN UI is an Ember based web-app that provides visualization of the applica You can point the UI to custom locations by setting the environment variables in `src/main/webapp/config/configs.env`. In order to make the UI running on Ember server (started by `yarn start`) -work with independently running ResouceManager, +work with independently running ResourceManager, you need to enable CORS by setting `hadoop.http.cross-origin.enabled` to true and adding `org.apache.hadoop.security.HttpCrossOriginFilterInitializer` to `hadoop.http.filter.initializers` in core-site.xml of the ResourceManager.