I have created 2 node hadoop cluster, in which one one is windows machine (datanode) and another node is linux machine (namenode and datanode).
When I start cluster using start-dfs.sh
from linux, it should start datanode on windows machine.
but it is giving error
hadoopslave01: Authentication failed.
hadoopslave01 is windows node.
how to fixed it. I am not using any authentication mechanism like kerberos.