Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.20.205.0
-
None
-
Reviewed
Description
Distcp with hftp is failing.
$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) ...