I configured the HDFS Connector
for Object storage as described here: https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/hdfsconnector.htm#troubleshooting
When I am running distcp
with the following command:
hadoop distcp -libjars /usr/lib/oci/oci-hdfs-full-2.7.2.0.jar hdfs://<namenode>:8020/some/folder/in/hdfs oci://bucket@namespace
I am getting an error:
tools.DistCp: Exception encountered java.lang.IllegalArgumentException: Does not contain a valid host:port authority: bucket@namespace
Since it is working on a different cluster, I think it must be configuration problem but I can't find the reason.
Are there any suggestion on how to fix this?