You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sl...@apache.org on 2023/02/18 05:14:21 UTC

[hadoop] branch trunk updated: YARN-11439. Fix Typo of hadoop-yarn-ui README.md. (#5405)

This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7e486038eae YARN-11439. Fix Typo of hadoop-yarn-ui README.md. (#5405)
7e486038eae is described below

commit 7e486038eaef11ea75e5f0d0de3972aca9ca1eeb
Author: slfan1989 <55...@users.noreply.github.com>
AuthorDate: Sat Feb 18 13:14:01 2023 +0800

    YARN-11439. Fix Typo of hadoop-yarn-ui README.md. (#5405)
    
    Co-authored-by: Shilun Fan <sl...@apache.org>
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    Signed-off-by: Shilun Fan <sl...@apache.org>
---
 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org