[jira] [Commented] (MAPREDUCE-6102) MR Task UI, sort by name doesn't work

2015-03-09 Thread Akira AJISAKA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14354324#comment-14354324
 ] 

Akira AJISAKA commented on MAPREDUCE-6102:
--

.js file and some other components are at 
{{hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/}}.
 I'm thinking you can upload them to {{... /static/dt-1.10.5/}} and change the 
following code
{code:title=JQueryUI.java}
html.
  link(root_url(static/jquery/themes-1.9.1/base/jquery-ui.css)).
  link(root_url(static/dt-1.9.4/css/jui-dt.css)).
  script(root_url(static/jquery/jquery-1.8.2.min.js)).
  script(root_url(static/jquery/jquery-ui-1.9.1.custom.min.js)).
  script(root_url(static/dt-1.9.4/js/jquery.dataTables.min.js)).
  script(root_url(static/yarn.dt.plugins.js)).
  style(#jsnotice { padding: 0.2em; text-align: center; },
.ui-progressbar { height: 1em; min-width: 5em }); // required
{code}

 MR Task UI, sort by name doesn't work
 -

 Key: MAPREDUCE-6102
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6102
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: webapps
Affects Versions: 2.5.1
Reporter: Thomas Graves

 If you go to the MapReduce ApplicationMaster or HistoryServer UI and open the 
 list of tasks, then try to sort by the task name/id, it does nothing.
 Note that if you go to the task attempts, that seem to sort fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6102) MR Task UI, sort by name doesn't work

2015-03-05 Thread Ray Chiang (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14349948#comment-14349948
 ] 

Ray Chiang commented on MAPREDUCE-6102:
---

It looks like the latest jquery.dataTables.min.js (1.10.5) fixes this problem.  
I'm not sure how to update that file.

 MR Task UI, sort by name doesn't work
 -

 Key: MAPREDUCE-6102
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6102
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: webapps
Affects Versions: 2.5.1
Reporter: Thomas Graves

 If you go to the MapReduce ApplicationMaster or HistoryServer UI and open the 
 list of tasks, then try to sort by the task name/id, it does nothing.
 Note that if you go to the task attempts, that seem to sort fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)