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

Hudson commented on HDFS-2361:
------------------------------

Integrated in Hadoop-Common-trunk-Commit #974 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/974/])
    HDFS-2361. hftp is broken, fixed username checks in JspHelper.

jitendra : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1176729
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/JspHelper.java

                
> hftp is broken
> --------------
>
>                 Key: HDFS-2361
>                 URL: https://issues.apache.org/jira/browse/HDFS-2361
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>    Affects Versions: 0.20.205.0
>            Reporter: Rajit Saha
>            Assignee: Jitendra Nath Pandey
>            Priority: Critical
>             Fix For: 0.20.205.0, 0.20.206.0, 0.24.0
>
>         Attachments: HDFS-2361-20s.1.patch, HDFS-2361-20s.2.patch, 
> HDFS-2361-20s.3.patch, HDFS-2361.trunk.1.patch, HDFS-2361.trunk.2.patch
>
>
> Distcp with hftp is failing.
> {noformat}
> $hadoop   distcp hftp://<NNhostname>:50070/user/hadoopqa/1316814737/newtemp 
> 1316814737/as
> 11/09/23 21:52:33 INFO tools.DistCp: 
> srcPaths=[hftp://<NNhostname>:50070/user/hadoopqa/1316814737/newtemp]
> 11/09/23 21:52:33 INFO tools.DistCp: destPath=1316814737/as
> Retrieving token from: https://<NN IP>:50470/getDelegationToken
> Retrieving token from: https://<NN IP>:50470/getDelegationToken?renewer=mapred
> 11/09/23 21:52:34 INFO security.TokenCache: Got dt for 
> hftp://<NNhostname>:50070/user/hadoopqa/1316814737/newtemp;uri=<NN 
> IP>:50470;t.service=<NN IP>:50470
> org.apache.hadoop.ipc.RemoteException: name=hadoopqa != expected=null
>       at 
> org.apache.hadoop.ipc.RemoteException.valueOf(RemoteException.java:102)
>       at 
> org.apache.hadoop.hdfs.HftpFileSystem$LsParser.startElement(HftpFileSystem.java:385)
>       ...
> {noformat}

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

        

Reply via email to