Source: /mnt/fuse/project/hive
(This is hive data on HDFS mounted using fuse)
Destination: host:/fs/dir
(/fs/dir is again a network mounted storage and I do not have direct access to "host")
I did rsync -avz -P -e ssh /mnt/fuse/project/hive user@host:/fs/dir
and this is very slow. I aborted the process and tried to kill rsync but could not do so, tried both kill -15 and kill -9.
Wondering if there is a better way to copy the data?