Skip to main content

Hadoop : How to make a directory?


To make a directory in HDFS filesystem give the following command from terminal

>hadoop fs -mkdir <directory name>

Comments