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

ASF GitHub Bot commented on HDFS-10382:
---------------------------------------

GitHub user ramtinb opened a pull request:

    https://github.com/apache/hadoop/pull/94

    HDFS-10382 In WebHDFS numeric usernames do not work with DataNode

    In WebHDFS for cat operation, we have 2 sequential HTTP requests.
    The first HTTP request is handled by NN and the second one by DN.
    Unlike the NN, the DN is not using the suggested domain pattern from the 
configuration!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ramtinb/hadoop feature/HDFS-10382

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/94.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #94
    
----
commit 6cbb8f60702b8c3211e52e71681fc8d981fe0525
Author: Ramtin Boustani <rboust...@us.ibm.com>
Date:   2016-05-10T00:05:05Z

    HDFS-10382 In WebHDFS numeric usernames do not work with DataNode

----


> In WebHDFS numeric usernames do not work with DataNode
> ------------------------------------------------------
>
>                 Key: HDFS-10382
>                 URL: https://issues.apache.org/jira/browse/HDFS-10382
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: webhdfs
>            Reporter: ramtin
>            Assignee: ramtin
>
> Operations like {code:java}curl -i 
> -L"http://<HOST>:<PORT>/webhdfs/v1/<PATH>?user.name=0123&op=OPEN"{code} that 
> directed to DataNode fail because of not reading the suggested domain pattern 
> from the configuration.



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

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

Reply via email to