Hey,
This is because the user directory not found. Hadoop will copy the input into the user directory /user/username by default if the output directory does not specified.
Either create a user directory in Hadoop or copy the file using below command:
bin/hdfs dfs -put input /
This above command will copy the input directory into root(/) of HDFS.