You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Ravi Gummadi (JIRA)" <ji...@apache.org> on 2010/03/03 10:39:27 UTC

[jira] Created: (MAPREDUCE-1554) If user name contains '_', then searching of jobs based on user name on job history web UI doesn't work

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 '_', then searching of jobs based on user name on job history web UI doesn't work. This is because in code, everywhere split("_") 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.