Help Center/ MapReduce Service/ Component Operation Guide (Normal)/ Using HDFS/ FAQ/ What Should I Do If an Error Is Reported When I Run DistCp Commands?
Updated on 2024-10-08 GMT+08:00

What Should I Do If an Error Is Reported When I Run DistCp Commands?

Question

DistCp commands fail to run in a security cluster and exceptions are thrown.

The following client exception is reported:

Invalid arguments:Unexpected end of file from server

The following server exception is reported:

javax.net.ssl.SSLException:Unrecognized SSL message, plaintext connection?

Answer

When a user uses webhdfs:// in a DistCp command, the preceding exceptions are thrown because the cluster uses HTTPS, that is, the dfs.http.policy value in the hdfs-site.xml file configured in Client installation directory/HDFS/hadoop/etc/hadoop is HTTPS_ONLY. To avoid this exception, replace webhdfs:// with swebhdfs://.

For example:

./hadoop distcpswebhdfs://IP:PORT/testfile hdfs://IP:PORT/testfile1