I have tried all the different solutions provided at stackoverflow on this topic, but of no help Asking again with the specific log and the details
Any help is apprecia
Removed the "file:" from the hdfs-site.xml file
[WRONG HDFS-SITE.XML]
dfs.namenode.name.dir
file:/home/hduser/mydata/hdfs/namenode
dfs.datanode.data.dir
file:/home/hduser/mydata/hdfs/datanode
[CORRECT HDFS-SITE.XML]
dfs.namenode.name.dir
/home/hduser/mydata/hdfs/namenode
dfs.datanode.data.dir
/home/hduser/mydata/hdfs/datanode
Thanks to Erik for the help.