You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Vipul Agarwal (JIRA)" <ji...@apache.org> on 2016/06/02 21:01:03 UTC

[jira] [Commented] (HADOOP-9851) dfs -chown does not like "+" plus sign in user name

    [ https://issues.apache.org/jira/browse/HADOOP-9851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313046#comment-15313046 ] 

Vipul Agarwal commented on HADOOP-9851:
---------------------------------------

This is big a problem if you use winbind along with hadoop security setup.

> dfs -chown does not like "+" plus sign in user name
> ---------------------------------------------------
>
>                 Key: HADOOP-9851
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9851
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.0.5-alpha
>            Reporter: Marc Villacorta
>            Priority: Minor
>
> I intend to set user and group:
> *User:* _MYCOMPANY+marc.villacorta_
> *Group:* hadoop
> where _'+'_ is what we use as a winbind separator.
> And this is what I get:
> {code:none}
> sudo -u hdfs hadoop fs -touchz /tmp/test.txt
> sudo -u hdfs hadoop fs -chown MYCOMPANY+marc.villacorta:hadoop /tmp/test.txt
> -chown: 'MYCOMPANY+marc.villacorta:hadoop' does not match expected pattern for [owner][:group].
> Usage: hadoop fs [generic options] -chown [-R] [OWNER][:[GROUP]] PATH...
> {code}
> I am using version: 2.0.0-cdh4.3.0
> Quote [source|http://h30097.www3.hp.com/docs/iass/OSIS_62/MAN/MAN8/0044____.HTM]:
> {quote}
> winbind separator
>        The winbind separator option allows you to specify how NT domain names
>        and user names are combined into unix user names when presented to
>        users. By default, winbindd will use the traditional '\' separator so
>        that the unix user names look like DOMAIN\username. In some cases this
>        separator character may cause problems as the '\' character has
>        special meaning in unix shells. In that case you can use the winbind
>        separator option to specify an alternative separator character. Good
>        alternatives may be '/' (although that conflicts with the unix
>        directory separator) or a '+ 'character. The '+' character appears to
>        be the best choice for 100% compatibility with existing unix
>        utilities, but may be an aesthetically bad choice depending on your
>        taste.
>        Default: winbind separator = \
>        Example: winbind separator = +
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org