I am new to lab environment . Connected to lab environment using putty .
(1) I have created a file in Linux in home directory . [OK]
[saurabhbigdatadev307110@cxln5 ~]$ ls /home/saurabhbigdatadev307110/Hadoop/LocalInputFiles/
word_count.txt
(2)Ingest this file in HDFS .
(A) Not able to create a HDFS file system .
[saurabhbigdatadev307110@cxln5 ~]$ hdfs dfs -mkdir /home/saurabhbigdatadev307110/hdfsfilesInput
mkdir: `/home/saurabhbigdatadev307110/hdfsfilesInput’: No such file or directory