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 -copyToLocalas it writes to local server which is space constrained to duplicate the data.
- Can't use - sshfsto mount remote server folder as it's not available in the server machines and new tools can't be installed due to security policies
- hadoop distcpsupports only sync/copying data to another hdfs cluster?
 
    