You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/25 23:50:32 UTC

[jira] [Resolved] (HDFS-2437) webhdfs setowner does not set the group to new value

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

Tsz Wo (Nicholas), SZE resolved HDFS-2437.
------------------------------------------

    Resolution: Not A Problem

The group parameter works fine.  Closing this.
{noformat}
szetszwo 0.20-security$./bin/hadoop fs -lsr /
drwxrwxrwx   - szetszwo supergroup          0 2011-10-24 15:37 /foo
-rw-r--r--   5 szetszwo supergroup      29279 2011-10-24 15:37 /foo/a.patch
szetszwo 0.20-security$curl -i -X PUT "http://localhost:50070/webhdfs/v1/foo/a.patch?op=SETOWNER&owner=abc&group=xyz&user.name=szetszwo"
HTTP/1.1 200 OK
Content-Type: application/json
Expires: Thu, 01-Jan-1970 00:00:00 GMT
Set-Cookie: hadoop.auth="u=szetszwo&p=szetszwo&t=simple&e=1319615195962&s=7OLfR89NM5RcpsqAL/oidFRQVt0=";Path=/
Content-Length: 0
Server: Jetty(6.1.26)

szetszwo 0.20-security$./bin/hadoop fs -lsr /
drwxrwxrwx   - szetszwo supergroup          0 2011-10-24 15:37 /foo
-rw-r--r--   5 abc xyz      29279 2011-10-24 15:37 /foo/a.patch
{noformat}

                
> webhdfs setowner does not set the group to new value
> ----------------------------------------------------
>
>                 Key: HDFS-2437
>                 URL: https://issues.apache.org/jira/browse/HDFS-2437
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira