To run hadoop under Windows, we need some extra binaries to interact with Windows. For example winutils.exe and hadoop.dll binaries for hadoop on windows
This repo is a fork of the famous https://github.com/cdarlint/winutils winutils repo. Since the maintainer stops to update
the after 3.3.x, so we tried to compile the winutils for hadoop 3.4.x and push binaries here.
place a copy of hadoop-ver folder on your local drive set environment vars:
HADOOP_HOME=<your local hadoop-ver folder>
PATH=%PATH%;%HADOOP_HOME%\bin