[
https://issues.apache.org/jira/browse/MAPREDUCE-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892522#action_12892522
]
Dick King commented on MAPREDUCE-1554:
--------------------------------------
The current code in the job history browser claims to search job names for
keyWORDS in the instructions it paints on the line beneath the search box, but
it actually searches for substrings. Therefore, if a job's job name is
{{clockwork orange}} but your search key is {{work or}} , the job matches the
search.
Which do you think is more desirable? Do you people out there in cyberspace
think that we should change the documentation to match the code, or the code to
match the documentation?
> If user name contains '_', then searching of jobs based on user name on job
> history web UI doesn't work
> -------------------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1554
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1554
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Ravi Gummadi
>
> If user name contains underscore as part of it, then searching of jobs based
> on user name on job history web UI doesn't work. This is because in code,
> everywhere {code}split("_"){code} is done on history file name to get user
> name. And other parts of history file name also should *not* be obtained by
> using split("_").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.