... FATAL datanode.DataNode: Exception in secureMain
java.lang.RuntimeException: Error while running command to get file permissions : ExitCodeException exitCode=-1073741515Or like the message in the stackoverflow : https://stackoverflow.com/questions/53341528/java-lang-runtimeexception-error-while-running-command-to-get-file-permissions#new-answer
Try to run winutils.exe in the command line.
If you see the following message :
The code execution cannot proceed because MSVCR100.dll was not found. ....
See how to fix in
https://www.lifewire.com/how-to-fix-msvcr100-dll-not-found-or-missing-errors-2623799
Or google your solution.
1 comment:
I just installed Ubuntu into windows. Windows 10 provides linux feature. It's disabled by the default.
Will give a try to install hadoop to see that is more straight forward.
Post a Comment