I am looking for solutions to export HDFS directory to remote server (to normal file system). I have sudo/root access to both servers (local and remote). The file size to be exported is around 3TB
Can't use
hadoop fs -copyToLocal
as it writes to local server which is space constrained to duplicate the data.Can't use
sshfs
to mount remote server folder as it's not available in the server machines and new tools can't be installed due to security policieshadoop distcp
supports only sync/copying data to another hdfs cluster?