[
https://issues.apache.org/jira/browse/MAPREDUCE-6782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516038#comment-15516038
]
gu-chi commented on MAPREDUCE-6782:
-----------------------------------
[~bibinchundatt] As I checked the cause, this issue comes because the table
element id does not match what the script want.
In {{HsTasksPage.java}} set the table id as *'tasks'*, but in
{{HsTasksBlock.java}} which render the table, the table id is set to {noformat}
if(type != null)
thead =
html.table("#" + app.getJob().getID()
+ type).$class("dt-tasks").thead();
else
thead = html.table("#tasks").thead();{noformat}
So, the table id could be 'jobid...MAP'. For this point, I not see what is the
concern of this design, in AppMaster task page, AM just use table id of
*'tasks'*
> JHS task page search based on each individual column not working
> ----------------------------------------------------------------
>
> Key: MAPREDUCE-6782
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6782
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Bibin A Chundatt
> Assignee: Bibin A Chundatt
>
> Submit mapreduce pi job with 10 maps
> In Jobs history server selection completed job
> Select maps to Task Page for job
> Search in individual column fields
> *Expected*
> Search should be working fine in task page for individual columns
> *Actual*
> Search not working for individual column in task page
> In Attempts page the same search is working fine
> {noformat}
> jquery.dataTables.min.js:109
> Uncaught TypeError: Cannot read property 'oFeatures' of null
> fnFilter @ jquery.dataTables.min.js:109(anonymous function) @ m:49dispatch
> @ jquery-1.8.2.min.js:2h @ jquery-1.8.2.min.js:2
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]