[
https://issues.apache.org/jira/browse/HDFS-5821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916399#comment-13916399
]
Hudson commented on HDFS-5821:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #5249 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/5249/])
HDFS-5821. TestHDFSCLI fails for user names with the dash character.
(Contributed by Gera Shegalov) (arp:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573076)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
> TestHDFSCLI fails for user names with the dash character
> --------------------------------------------------------
>
> Key: HDFS-5821
> URL: https://issues.apache.org/jira/browse/HDFS-5821
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Affects Versions: 2.2.0
> Reporter: Gera Shegalov
> Assignee: Gera Shegalov
> Fix For: 3.0.0, 2.4.0
>
> Attachments: HDFS-5821-trunk.v01.patch
>
>
> testHDFSConf.xml uses regexes inconsistently to match the username from
> {code}[a-zA-z0-9]*{code} to {code}[a-z]*{code}. This by far does not cover
> the space of possible OS user names. For us, it fails for a user name
> containing {{'-'}}. Instead of keeping updating regex, we propose to use the
> macro USERNAME.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)