STEP 1: CREATE A DIRECTORY IN HDFS, UPLOAD A FILE AND LIST CONTENTS
Let’s learn by writing the syntax. You will be able to copy and paste the following example commands into your terminal:
hadoop fs -mkdir:
Takes the path URI’s as an argument and creates a directory or multiple directories.
Usag...