+ confPath.getFileSystem(conf).exists(confPath));
conf.addResource(confPath);
DistCp distCp = new CustomReplicator(conf, options);
LOG.info("Started DistCp");
distCp.execute();
Path targetPath = options.getTargetPath();
FileSystem fs = targetPath.getFileSystem(getConf());
List<Path> inPaths = options.getSourcePaths();
assert inPaths.size() == 1 : "Source paths more than 1 can't be handled";