How to create directory in HDFS?



How to create directory in HDFS?..

Answer / Sandeep Nigam

To create a directory in HDFS, you can use the hadoop fs -mkdir command. For example, hadoop fs -mkdir <path_to_directory>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

Write command to copy a file from HDFS to linux(local).

1 Answers  


Why is Reading done in parallel and writing is not in HDFS?

1 Answers  


What is secondary namenode?

1 Answers  


How to split single hdfs block into partitions rdd?

1 Answers  


What does heartbeat in hdfs means?

1 Answers  


How to change the replication factor of data which is already stored in HDFS?

1 Answers  


What is the importance of dfs.namenode.name.dir in HDFS?

1 Answers  


Explain HDFS “Write once Read many” pattern?

1 Answers  


What do you mean by metadata in HDFS?

1 Answers  


Can we have different replication factor of the existing files in hdfs?

1 Answers  


How to access HDFS?

1 Answers  


Define hadoop archives?

1 Answers  


Categories