You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2008/03/03 21:14:51 UTC

[jira] Updated: (HADOOP-2833) JobClient.submitJob(...) should not use "Dr Who" as a default username

     [ https://issues.apache.org/jira/browse/HADOOP-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2833:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.17.0
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks Nicholas!

> JobClient.submitJob(...) should not use "Dr Who" as a default username
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-2833
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2833
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: mapred
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.17.0
>
>         Attachments: 2833_20080225.patch, 2833_20080227.patch, 2833_20080227b.patch, 2833_20080228.patch
>
>
> In JobClient line 530, we have
> {code}
> String user = System.getProperty("user.name");
> job.setUser(user != null ? user : "Dr Who");
> {code}
> Since a ugi is already obtained in the earlier codes, we should get the username from ugi, not System.getProperty("user.name").  Also, Exception should be thrown if the username is null, instead of using a default.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.