Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 87700 invoked from network); 15 Jul 2010 05:18:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jul 2010 05:18:49 -0000 Received: (qmail 52745 invoked by uid 500); 15 Jul 2010 05:18:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 52721 invoked by uid 500); 15 Jul 2010 05:18:46 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 52713 invoked by uid 99); 15 Jul 2010 05:18:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 05:18:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2010 05:18:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6F5AoWr016037 for ; Thu, 15 Jul 2010 05:10:51 GMT Message-ID: <27298868.391551279170650960.JavaMail.jira@thor> Date: Thu, 15 Jul 2010 01:10:50 -0400 (EDT) From: "Ravi Gummadi (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1554) If user name contains '_', then searching of jobs based on user name on job history web UI doesn't work In-Reply-To: <688469256.30321267609167513.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi updated MAPREDUCE-1554: ------------------------------------ Description: 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("_"). (was: 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("_").) > 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.