I want to cp a dir with over 8000 files to another dir in the same hdfs.
but the copy process is really slow since it is copying one by one.
Is there a fast way to copy this using Java FileSystem or FileUtil api?

Thanks.

Reply via email to