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

2020-06-17 Thread Ayush Saxena (Jira)


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

Ayush Saxena updated HADOOP-9851:
-
Fix Version/s: 3.4.0
 Hadoop Flags: Reviewed
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Committed to trunk

Thanx [~boky01]  for the fix and [~h0tbird]  for the report!!!

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HADOOP-9851.01.patch, HADOOP-9851.02.patch
>
>
> 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
(v8.3.4#803005)

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



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

2020-06-15 Thread Andras Bokor (Jira)


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

Andras Bokor updated HADOOP-9851:
-
Attachment: HADOOP-9851.02.patch

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9851.01.patch, HADOOP-9851.02.patch
>
>
> 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
(v8.3.4#803005)

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



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

2020-04-10 Thread Brahma Reddy Battula (Jira)


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

Brahma Reddy Battula updated HADOOP-9851:
-
Target Version/s: 3.4.0  (was: 3.3.0)

Bulk update: moved all 3.3.0 non-blocker issues, please move back if it is a 
blocker.

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9851.01.patch
>
>
> 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
(v8.3.4#803005)

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



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

2017-10-20 Thread Andras Bokor (JIRA)

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

Andras Bokor updated HADOOP-9851:
-
Target Version/s: 3.0.0

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9851.01.patch
>
>
> 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.4.14#64029)

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



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

2017-10-20 Thread Andras Bokor (JIRA)

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

Andras Bokor updated HADOOP-9851:
-
Status: Patch Available  (was: Open)

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9851.01.patch
>
>
> 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.4.14#64029)

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



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

2017-10-20 Thread Andras Bokor (JIRA)

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

Andras Bokor updated HADOOP-9851:
-
Attachment: HADOOP-9851.01.patch

Patch 01:
"-" sign has to remain at 1st place otherwise it will be compiled as range

> 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
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9851.01.patch
>
>
> 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.4.14#64029)

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



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

2013-08-08 Thread Marc Villacorta (JIRA)

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

Marc Villacorta updated HADOOP-9851:


Description: 
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}

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}

  was:
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}


 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.0-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}
 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-08-08 Thread Marc Villacorta (JIRA)

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

Marc Villacorta updated HADOOP-9851:


Description: 
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}

  was:
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}

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}


 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.0-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
   

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

2013-08-08 Thread Marc Villacorta (JIRA)

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

Marc Villacorta updated HADOOP-9851:


Affects Version/s: 2.0.1-alpha
   2.0.2-alpha
   2.0.3-alpha
   2.0.4-alpha
   2.0.5-alpha

 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.0-alpha, 2.0.1-alpha, 2.0.2-alpha, 2.0.3-alpha, 
 2.0.4-alpha, 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2013-08-08 Thread Marc Villacorta (JIRA)

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

Marc Villacorta updated HADOOP-9851:


Affects Version/s: (was: 2.0.4-alpha)
   (was: 2.0.3-alpha)
   (was: 2.0.2-alpha)
   (was: 2.0.1-alpha)
   (was: 2.0.0-alpha)

 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira