Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 572 Bytes

File metadata and controls

17 lines (11 loc) · 572 Bytes

hadoop winutils

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.

how to use

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