Repository: hadoop
Updated Branches:
  refs/heads/branch-2 f359b7e5e -> 33e6eec7b


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/33e6eec7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/33e6eec7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/33e6eec7

Branch: refs/heads/branch-2
Commit: 33e6eec7b80fdcb6add25295e6e349e433e88318
Parents: f359b7e
Author: Sunil G <[email protected]>
Authored: Wed Jun 27 10:35:15 2018 -0700
Committer: Sunil G <[email protected]>
Committed: Wed Jun 27 10:36:31 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/33e6eec7/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]

Reply via email to