Skip to main content

Hadoop : How to transfer file from local to hdfs


Use the below to move the file from local system to hdfs

hadoop fs -put <filname>

Comments