All Questions
Tagged with distcp cloudera-cdh
4 questions
0
votes
0
answers
648
views
Distcp in Kerberized Cloudera Cluster throws java.io.IOException: Can't get Master Kerberos principal for use as renewer
I am performing distcp operation to copy the files from one directory to another in same cluster. It is a Kerberized Cloudera Hadoop Cluster.
Command I ran:
hadoop distcp -overwrite hdfs://nameservice/...
0
votes
1
answer
1k
views
hadoop distcp exception can't rename tmp file
I am trying to move data from one cdh(CDH4.7.1) cluster to another cdh(cdh5.4.1) cluster using distcp command as below :
hadoop distcp -D mapred.task.timeout=60000000 -update hdfs://namenodeIp ...
1
vote
2
answers
3k
views
distcp - access execute permission error for HDFS file
I am performing a distcp between two different clusters.
I am doing it selectively, so it goes in a file-per-file basis.
The permissions in both clusters are the same. The user executing the distcp is ...
0
votes
1
answer
773
views
distcp2 in CDH5.2 with MR1
We have requirement to restrict mappers bandwidth when distcp from s3 to local cluster.
So I downloaded hadoop-distcp-2.5.0-cdh5.2.0-20141009.063640-188.jar from https://repository.cloudera.com
...