[
https://issues.apache.org/jira/browse/MAPREDUCE-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535536#comment-14535536
]
Mit Desai commented on MAPREDUCE-6350:
--------------------------------------
minor nit
Can you fix the space near the bracket?
{code}
+ public static String getDoneFileName(JobIndexInfo indexInfo) throws
IOException{
{code}
should be
{code}
+ public static String getDoneFileName(JobIndexInfo indexInfo) throws
IOException {
{code}
> JobHistory doesn't support fully-functional search
> --------------------------------------------------
>
> Key: MAPREDUCE-6350
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6350
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: jobhistoryserver
> Reporter: Siqi Li
> Assignee: Siqi Li
> Priority: Critical
> Labels: BB2015-05-TBR
> Attachments: YARN-1614.v1.patch, YARN-1614.v2.patch
>
>
> job history server will only output the first 50 characters of the job names
> in webUI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)