It would be nice if the copy-data command had some form of progress indication. This would help to determine whether the transfer is frozen or just slow.
In the AMP Camp 3 scripts, we use hdfs fs -copyFromLocal to copy data. I don't see any flag that turn on progress reporting -- Any ideas what we could do get progress information ?
It would be nice if the
copy-data
command had some form of progress indication. This would help to determine whether the transfer is frozen or just slow.