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

2012-05-02 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Attachment: jquery-images.tgz

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
 Attachments: MAPREDUCE-3173.patch, jquery-images.tgz, 
 jquery-ui.min-1.8.16.js.gz, jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, 
 themeswitcher.js.gz


 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




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

2012-05-02 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated MAPREDUCE-3173:
---

   Resolution: Fixed
Fix Version/s: 3.0.0
   2.0.0
   Status: Resolved  (was: Patch Available)

Thanks Devaraj,

I put this into trunk and branch-2.

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
 Fix For: 2.0.0, 3.0.0

 Attachments: MAPREDUCE-3173.patch, jquery-images.tgz, 
 jquery-ui.min-1.8.16.js.gz, jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, 
 themeswitcher.js.gz


 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




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

2012-04-30 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Attachment: themeswitcher-images.tgz
themeswitcher.js.gz

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, themeswitcher.js.gz


 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




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

2012-04-30 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Priority: Critical  (was: Major)

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, themeswitcher.js.gz


 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




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

2012-04-30 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Status: Patch Available  (was: Open)

I have updated the patch for the above described issue.

Please do the below things for applying the patch.

Apply the attached patch MAPREDUCE-3173.patch and then add/update the attached 
files in the below hierarchy. 

1. Add jquery.min-1.6.4.js.gz, jquery-ui.min-1.8.16.js.gz files
2. Update the themeswitcher.js.gz file
3. Untar the image files present in themeswitcher-images.tgz and add those in 
the below structure. 

hadoop-mapreduce-project\hadoop-yarn\hadoop-yarn-common\src\main\resources\webapps\

* static
** jquery
*** jquery.min-1.6.4.js.gz
*** jquery-ui.min-1.8.16.js.gz
*** themeswitcher-images
 buttonbg.png
 icon_color_arrow.gif
 menuhoverbg.png
** themeswitcher.js.gz


 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
Priority: Critical
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz, themeswitcher-images.tgz, themeswitcher.js.gz


 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




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

2012-04-26 Thread Robert Joseph Evans (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Joseph Evans updated MAPREDUCE-3173:
---

Status: Open  (was: Patch Available)

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz


 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




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

2012-04-24 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Attachment: MAPREDUCE-3173.patch
jquery-ui.min-1.8.16.js.gz
jquery.min-1.6.4.js.gz

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz


 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




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

2012-04-24 Thread Devaraj K (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj K updated MAPREDUCE-3173:
-

Affects Version/s: (was: 0.24.0)
   (was: 0.23.0)
   3.0.0
   2.0.0
   Status: Patch Available  (was: Open)

 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: 2.0.0, 3.0.0
Reporter: Devaraj K
Assignee: Devaraj K
 Attachments: MAPREDUCE-3173.patch, jquery-ui.min-1.8.16.js.gz, 
 jquery.min-1.6.4.js.gz


 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




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

2011-10-14 Thread Arun C Murthy (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy updated MAPREDUCE-3173:
-

Priority: Major  (was: Critical)

Not sure this is a blocker.

 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