MRV2 UI doesn't work properly without internet
----------------------------------------------
Key: MAPREDUCE-3173
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3173
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: mrv2
Affects Versions: 0.23.0, 0.24.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
When we try access the MRV2 UI, it is always giving the below message in the UI
even if the java script enabled in the browser.
{code:xml}
This page works best with javascript enabled.
{code}
It is trying to download these below css/js files from internet and finally
ending up with the above message. For loading the page also it is taking long
time.
{code:title=JQueryUI.java|borderStyle=solid}
html.
link(join("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/",
getTheme(), "/jquery-ui.css")).
link("/static/dt-1.7.5/css/jui-dt.css").
script("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js").
script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js").
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira