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

2011-09-08 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-1554:
--

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12493617/MAPREDUCE-1554-0.22.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 3 new or modified tests.

-1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/649//console

This message is automatically generated.

 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
Assignee: Devaraj K
 Fix For: 0.22.0

 Attachments: MAPREDUCE-1554-0.22.patch, MAPREDUCE-1554.patch


 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2011-07-29 Thread Devaraj K (JIRA)

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

Devaraj K commented on MAPREDUCE-1554:
--

This issue is not present in  0.20.4 branch because the history search itself 
is not there. It is already rectified in 0.20.204 branch.

As I understand MRV2 will be merged to trunk and still the MRV1 features will 
be available(may be for some time). It will be useful if we merge this patch to 
trunk whoever uses the current mapreduce model. The same patch can be applied 
to 0.21 and 0.22 branches also.

 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
Assignee: Devaraj K
 Fix For: 0.23.0

 Attachments: MAPREDUCE-1554.patch


 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2011-07-28 Thread Luke Lu (JIRA)

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

Luke Lu commented on MAPREDUCE-1554:


Based on on the discussion in mapreduce-dev mailing list, MRv1 is going to be 
replaced by MRv2 in trunk, which doesn't have this problem. I suggest that you 
target the fix to the stable 0.20.20x branches.

 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
Assignee: Devaraj K
 Fix For: 0.23.0

 Attachments: MAPREDUCE-1554.patch


 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2010-07-26 Thread Dick King (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.



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

2010-03-29 Thread Ravi Gummadi (JIRA)

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

Ravi Gummadi commented on MAPREDUCE-1554:
-

This should fix the issues being faced because of job-name having underscore 
also.

 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.