I have installed/configured Hadoop on windows hadoop-2.7.0
I could successfully start \"sbin\\start-dfs\" run command. DataNode and NameNode started. I could create
In my case I have the 3.1.1 Hadoop version and I changed bin folder with another one from the following address https://github.com/s911415/apache-hadoop-3.1.0-winutils. I managed to start yarn with this dll and one node (Yarn cluster with one node). You can find the settings which I followed here. Also you have to set-up the hdfs-site.xml like this:
dfs.replication
1
dfs.namenode.name.dir
/hadoop-3.1.1/data/namenode
dfs.datanode.data.dir
/hadoop-3.1.1/data/datanode