Hi all, I want to write a file into HDFS from outside the Hadoop cluser. The hadoop runs on nodeA, nodeB, nodeC, ... but my program runs on another node on the same local network (but not in the hadoop cluser), so, how to write a file into the HDFS from this node?
Could anyone help? Thanks!