We are moving data inter cluster on a partition by partition basis and we have a requirement to use -update -skipcrccheck option only for this. In order to run distcp on a partition by partition basis with these options requires partition directory to be already created at the destination. In order to do that I need to perform -mkdir from a remote cluster on the destination cluster.
I tried to google for an answer but couldn't find anything. Is that something which is possible?