You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Todd Lipcon (Commented) (JIRA)" <ji...@apache.org> on 2011/10/14 19:14:11 UTC

[jira] [Commented] (MAPREDUCE-3173) MRV2 UI doesn't work properly without internet

    [ https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127708#comment-13127708 ] 

Todd Lipcon commented on MAPREDUCE-3173:
----------------------------------------

For an alpha release, maybe not, but for something we expect users to use, it's pretty necessary. We have a lot of users who operate disconnected clusters.
                
> 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
>
> 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