Skip to content

CASD-EU/winutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 53.1%
  • Batchfile 46.9%