I want to transfer files out from HDFS to local filesystem of a different server which is not in hadoop cluster but in the network.
I could have done:
This is the simplest way to do it:
ssh "hdfs dfs -cat " >
It works for binary files too.