Repository: hadoop Updated Branches: refs/heads/branch-2.9 a3d2ac683 -> 18db0c755
YARN-8401. [UI2] new ui is not accessible with out internet connection. Contributed by Bibin A Chundatt. (cherry picked from commit fbaff369e9b9022723a7b2c6f25e71122a8f8a15) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/18db0c75 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/18db0c75 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/18db0c75 Branch: refs/heads/branch-2.9 Commit: 18db0c7553cb8684b15b6243455e5d8009995646 Parents: a3d2ac6 Author: Sunil G <[email protected]> Authored: Wed Jun 27 10:35:15 2018 -0700 Committer: Sunil G <[email protected]> Committed: Wed Jun 27 10:37:01 2018 -0700 ---------------------------------------------------------------------- .../hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/18db0c75/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml index ddb8532..ac74d5c 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/WEB-INF/web.xml @@ -16,10 +16,6 @@ * limitations under the License. --> -<!DOCTYPE web-app PUBLIC - "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" - "http://java.sun.com/dtd/web-app_2_3.dtd" > - -<web-app> +<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"> <display-name>YARN UI</display-name> </web-app> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
